Ant Design Components

v2.0.13Developer Toolsstable

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

antdantd-designmcpant designmodel context protocol
Share:
242
Stars
0
Downloads
0
Weekly
0/5

What is Ant Design Components?

Ant Design Components is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp service for ant design components query | 一个减少 ant design 组件代码生成幻觉的 mcp 服务,包含系统提示词、组件文档、api 文档、代码示例和更新日志查询

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

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • An MCP service for Ant Design components query | 一个减少 Ant De

Use Cases

Query Ant Design component documentation and code examples.
Generate accurate Ant Design UI component implementations.
Reduce hallucinations in component code generation workflows.
zhixiaoqiang

Maintainer

LicenseMIT License
Languagetypescript
Versionv2.0.13
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @jzone-mcp/antd-components-mcp

Manual Installation

npx -y @jzone-mcp/antd-components-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Ant Design Components

The Ant Design Components MCP server gives AI assistants accurate, up-to-date access to Ant Design's component library, reducing hallucinations in UI code generation. It exposes tools to list components, retrieve full API documentation, browse code examples, and check changelogs — all drawn from pre-processed Ant Design v6 data. Developers use it to get correct prop names, component usage patterns, and migration notes without leaving their AI coding workflow.

Prerequisites

  • Node.js 18+ with npx available
  • An MCP-compatible client such as Claude Desktop or VS Code with MCP support
  • No API keys required — all documentation data is bundled with the package
  • Optional: local Ant Design source checkout if you want to extract custom/latest docs
1

Verify Node.js is installed

The server runs via npx, so Node.js 18 or later must be on your PATH. Check your version before proceeding.

node --version
2

Test the server with npx

Run the server once interactively to confirm it starts without errors. You should see MCP handshake output.

npx -y @jzone-mcp/antd-components-mcp
3

Add the server to your MCP client config

Open your Claude Desktop config file at ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %AppData%\Claude\claude_desktop_config.json (Windows) and add the server entry.

4

Restart your MCP client

After saving the config file, fully restart Claude Desktop (or your MCP client) so it picks up the new server. The Ant Design Components server should appear in the connected tools list.

5

Optional: extract latest Ant Design docs

To use documentation newer than what is bundled, clone the Ant Design source repo and run the extract command. This updates the local data used by the server.

git clone https://github.com/ant-design/ant-design.git --depth 1
npx @jzone-mcp/antd-components-mcp extract ./ant-design

Ant Design Components Examples

Client configuration

Add this block to your claude_desktop_config.json to register the Ant Design Components MCP server. No API keys or environment variables are required.

{
  "mcpServers": {
    "Ant Design Components": {
      "command": "npx",
      "args": ["-y", "@jzone-mcp/antd-components-mcp"]
    }
  }
}

Prompts to try

Once connected, use natural language to query component docs, examples, and changelogs.

- "List all available Ant Design components with their descriptions."
- "Show me the full API documentation for the Table component."
- "Give me a code example for using the DatePicker component with a custom format."
- "What changed in the Button component in the latest changelog?"
- "Generate a login form page using Ant Design Form and Input components."

Troubleshooting Ant Design Components

The server starts but returns outdated component information

The bundled data targets Ant Design v6. If you need the very latest, clone the ant-design repo and run 'npx @jzone-mcp/antd-components-mcp extract ./ant-design' to regenerate the local dataset.

npx command not found or server fails to start

Ensure Node.js 18+ is installed and npx is on your PATH. Run 'node --version' and 'npx --version' to verify. On Windows, restart your terminal after installing Node.

Claude Desktop does not show the server as connected

Double-check the JSON syntax in claude_desktop_config.json — trailing commas or mismatched braces will prevent the file from parsing. Fully quit and reopen Claude Desktop after any config change.

Frequently Asked Questions about Ant Design Components

What is Ant Design Components?

Ant Design Components is a Model Context Protocol (MCP) server that mcp service for ant design components query | 一个减少 ant design 组件代码生成幻觉的 mcp 服务,包含系统提示词、组件文档、api 文档、代码示例和更新日志查询 It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Ant Design Components?

Install via npm with the command: npx -y @jzone-mcp/antd-components-mcp. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Ant Design Components?

Ant Design Components works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Ant Design Components free to use?

Yes, Ant Design Components is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "antd-components": { "command": "npx", "args": ["-y", "@jzone-mcp/antd-components-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Ant Design Components?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides