An MCP service for Ant Design components query | 一个减少 Ant Design 组件代码生成幻觉的 MCP 服务,包含系统提示词、组件文档、API 文档、代码示例和更新日志查询
Most knowledge and memory work still happens through a UI a human drives. Antd Components MCP MCP server moves it into the conversation instead. An MCP service for Ant Design components query | 一个减少 Ant Design 组件代码生成幻觉的 MCP 服务,包含系统提示词、组件文档、API 文档、代码示例和更新日志查询.
A Model Context Protocol (MCP) server that provides Ant Design component documentation to large language models (LLMs) like Claude. This server allows LLMs to explore and understand Ant Design components through a set of dedicated tools.
checks on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
The server publishes 4 tools. What each one is for:
list-components — List all available Ant Design componentsget-component-docs — Get detailed documentation for a specific Ant Design component (no code examples)list-component-examples — Get code examples for a specific Ant Design componentget-component-changelog — List changelog for a specific Ant Design componentPlenty of knowledge and memory servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Antd Components MCP's toolset — list-components, get-component-docs, list-component-examples and 1 more — is a fair guide to whether it matches your workflow. It is maintained by zhixiaoqiang; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| list-components | List all available Ant Design components |
| get-component-docs | Get detailed documentation for a specific Ant Design component (no code examples) |
| list-component-examples | Get code examples for a specific Ant Design component |
| get-component-changelog | List changelog for a specific Ant Design component |
{
"mcpServers": {
"antd-components": {
"command": "npx",
"args": ["-y", "checks"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.