contributors
This guide explains how to use Ant Design with AI tools through Model Context Protocol (MCP).
Model Context Protocol (MCP) is an open protocol that enables AI models to interact with external tools and data sources. Through MCP, AI assistants can access real-time documentation, code examples, and API references.
Ant Design recommends the community-maintained MCP server: @jzone-mcp/antd-components-mcp
This MCP server provides the following capabilities:
| Tool | Description | Prompt |
|---|---|---|
| Cursor | Add to .cursor/mcp.json or Settings → Features → MCP. Documentation | Add Ant Design MCP server. Configuration: { "mcpServers": { "antd-components": { "command": "npx", "args": ["-y", "@jzone-mcp/antd-components-mcp"] } } } |
| Windsurf | Add to ~/.codeium/windsurf/mcp_config.json. Documentation | Add Ant Design MCP server. Configuration: { "mcpServers": { "antd-components": { "command": "npx", "args": ["-y", "@jzone-mcp/antd-components-mcp"] } } } |
| Claude Code | Add to mcpServers in Claude settings. Documentation | Add Ant Design MCP server. Configuration: { "mcpServers": { "antd-components": { "command": "npx", "args": ["-y", "@jzone-mcp/antd-components-mcp"] } } } |
| Codex | Add to .codex/mcp.json. Documentation | Add Ant Design MCP server. Configuration: { "mcpServers": { "antd-components": { "command": "npx", "args": ["-y", "@jzone-mcp/antd-components-mcp"] } } } |
| Gemini CLI | Add to MCP configuration. Documentation | Add Ant Design MCP server. Configuration: { "mcpServers": { "antd-components": { "command": "npx", "args": ["-y", "@jzone-mcp/antd-components-mcp"] } } } |
| Trae | Add to MCP settings. Documentation | Add Ant Design MCP server. Configuration: { "mcpServers": { "antd-components": { "command": "npx", "args": ["-y", "@jzone-mcp/antd-components-mcp"] } } } |
| Qoder | Add to MCP configuration. Documentation | Add Ant Design MCP server. Configuration: { "mcpServers": { "antd-components": { "command": "npx", "args": ["-y", "@jzone-mcp/antd-components-mcp"] } } } |
| Neovate Code | Configure MCP in settings or describe task with prompt. Documentation | Add Ant Design MCP server. Configuration: { "mcpServers": { "antd-components": { "command": "npx", "args": ["-y", "@jzone-mcp/antd-components-mcp"] } } } |
If your AI tool doesn't support MCP, you can use our LLMs.txt support instead. We provide: