MCP.so
ログイン

Antd Components Mcp

@zhixiaoqiang

Antd Components Mcp について

An MCP service for Ant Design components query | 一个减少 Ant Design 组件代码生成幻觉的 MCP 服务,包含系统提示词、组件文档、API 文档、代码示例和更新日志查询

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

zhixiaoqiang

投稿者

志强 蒋

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "antd-components-mcp": {
      "command": "npx",
      "args": [
        "@jzone-mcp/antd-components-mcp",
        "extract",
        "[ant",
        "design",
        "repo",
        "path]",
        "#默认提取路径为",
        "./ant-design"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Antd Components Mcp?

Antd Components Mcp is a Model Context Protocol (MCP) server that provides Ant Design component documentation to large language models (LLMs) like Claude. It allows LLMs to explore, understand, and generate code for Ant Design components through a set of dedicated tools.

How to use Antd Components Mcp?

Configure the server in your Claude Desktop configuration file (claude_desktop_config.json) using the npx command: npx @jzone-mcp/antd-components-mcp. Optionally, extract component documentation for other versions by cloning the Ant Design repository and running the extract command.

Key features of Antd Components Mcp

  • Pre-processed Ant Design component data (version 6.5.0, 2026/6/29)
  • List all available Ant Design components with descriptions
  • View specific component documentation, props, and API definitions
  • Access code examples and changelog for each component
  • Extensive caching to reduce IO pressure
  • Pre-configured prompts for efficient LLM interaction

Use cases of Antd Components Mcp

  • Let an LLM answer questions about Ant Design component props and usage
  • Generate complete, runnable Ant Design component code examples
  • Retrieve component changelog during version upgrades
  • Assist frontend developers in selecting the right Ant Design component for a task

FAQ from Antd Components Mcp

How does the version mapping work?

The package major version is always one higher than the Ant Design major version. For example, Ant Design 5.0 uses package version 1.0.x, Ant Design 6.0 uses 2.0.x, and so on.

When should I extract component documentation myself?

You should extract the documentation yourself if you need the latest version or a version other than the pre‑packaged one. Clone the Ant Design repository and run npx @jzone-mcp/antd-components-mcp extract [repo path].

What dependencies does the server require?

The server requires antd as a peer dependency matching the corresponding major version (e.g., antd ^6.0.0 for package version 2.0.x).

Which MCP clients are supported?

The server is tested with Claude Desktop. It is currently not working with GitHub Copilot or Cline plugins.

What tools does the MCP server provide?

The server provides four tools: list-components, get-component-docs, list-component-examples, and get-component-changelog.

コメント

「その他」の他のコンテンツ