antd-components-mcp
An MCP service for Ant Design components query | 一个减少 Ant Design 组件代码生成幻觉的 MCP 服务,包含系统提示词、组件文档、API 文档、代码示例和更新日志查询
GitHub Stars
150
User Rating
Not Rated
Favorites
0
Views
49
Forks
20
Issues
3
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation
Prerequisites
Node.js: 18.0.0 or higher
npm: 8.0.0 or higher
Claude Desktop: Latest version
Installation Steps
1. Clone Repository
bash
git clone https://github.com/zhixiaoqiang/antd-components-mcp.git
cd antd-components-mcp
2. Install Dependencies
bash
npm install
3. Configure Claude Desktop
Editclaude_desktop_config.json to add the MCP server:
json
{
"mcpServers": {
"antd-components-mcp": {
"command": "node",
"args": ["server.js"]
}
}
}
4. Start Server
bash
npm start