Submit

Mingcute Icons Mcp

@mingcute-design

MCP server for searching and using MingCute icons in AI coding assistants. It supports English and Chinese keyword search, icon details, categories, and usage examples for React, Vue, Webfont, and SVG.
Overview

MingCute Icon MCP is a Model Context Protocol server for AI coding assistants to search and use MingCute icons in MCP-compatible tools such as Claude, Codex, Cursor, Windsurf, and Cline.

Features

  • Search MingCute icons by English or Chinese keyword, icon name, component name, category, and style.
  • Filter by line, fill, or all styles so AI assistants can pick the right variant for the UI context.
  • Generate React, Vue, webfont, and SVG usage examples with the matching published npm package.
  • Fetch icon details, categories, icons by category, and raw SVG source when needed.
  • Runs from a local icon index and does not depend on a remote API at runtime.

Usage

npx -y @mingcute/mcp-server

Codex

codex mcp add mingcute -- npx -y @mingcute/mcp-server

Claude Desktop

{
  "mcpServers": {
    "mingcute": {
      "command": "npx",
      "args": ["-y", "@mingcute/mcp-server"]
    }
  }
}

Server Config

{
  "mcpServers": {
    "mingcute": {
      "command": "npx",
      "args": [
        "-y",
        "@mingcute/mcp-server"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.