Antd Components MCP Server

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

Local serverstdioTypeScript

What is the Antd Components MCP MCP server?

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 文档、代码示例和更新日志查询.

The short version

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.

  • 🚀 Pre-processed data, ready to use (Pre-processed version: Ant Design V6.5.2 2026/7/27)
  • 🔨 Can extract documentation for the latest/other versions
  • 🔗 List all available Ant Design components
  • 📃 Includes component name, description, available versions, and when to use the component
  • 📃 View specific component documentation (filtered for context-friendly content)
  • 📃 View component properties and API definitions

Getting it running

checks on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

The tools it exposes

The server publishes 4 tools. What each one is for:

  • 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

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Plenty 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.

Available tools

ToolWhat it does
list-componentsList all available Ant Design components
get-component-docsGet detailed documentation for a specific Ant Design component (no code examples)
list-component-examplesGet code examples for a specific Ant Design component
get-component-changelogList changelog for a specific Ant Design component

How to install the Antd Components MCP MCP server

{
  "mcpServers": {
    "antd-components": {
      "command": "npx",
      "args": ["-y", "checks"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Antd Components MCP to list-components.
  • Use Antd Components MCP to get-component-docs.
  • Use Antd Components MCP to list-component-examples.

Frequently asked questions

It connects Antd Components MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (list-components, get-component-docs, list-component-examples, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Antd Components MCP directly.