Ant Design Components
An MCP service for Ant Design components query | 一个减少 Ant Design 组件代码生成幻觉的 MCP 服务,包含系统提示词、组件文档、API 文档、代码示例和更新日志查询
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
Maintainer
Works with
Installation
NPM
npx -y @jzone-mcp/antd-components-mcpManual Installation
npx -y @jzone-mcp/antd-components-mcpConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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 --versionTest 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-mcpAdd 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.
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.
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-designAnt 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.
Ant Design Components Alternatives — Similar Developer Tools Servers
Looking for alternatives to Ant Design Components? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
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.
Set Up Ant Design Components in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.