
Ant Design MCP Server
Provides comprehensive Ant Design component documentation, examples, and API references through MCP. Enables natural language queries for React UI development with multi-version support.
3122 views1Local (stdio)
What it does
- Query Ant Design component documentation
- Get component code examples and API references
- Browse best practices for specific components
- Switch between different Ant Design versions
- List available components by use case
- Check component changelog and update history
Best for
React developers using Ant Design componentsBuilding UIs with design system guidanceLearning component APIs and implementation patterns
Multi-version Ant Design supportComplete component documentation with examplesBest practices guidance included
Tools (7)
change-component-version
切换当前Ant Design版本 适用场景: 1. 用户主动切换版本 2. 其他工具需要切换版本时
get-best-practices
获取某个组件的最佳实践 适用场景: 1. 用户主动获取某个组件的最佳实践 2. 其他工具需要获取某个组件的最佳实践时
get-component-changelog
列出 Ant Design 特定组件的更新日志 适用场景: 1. 用户询问特定组件的更新日志 2. 在知道用户 antd 版本的情况下,当用户需要实现相关组件功能时判断是否在后续版本中才实现,来决定是否需要升级依赖
list-components
当用户请求一个新的用户界面(UI)使用 Ant Design 组件时使用此工具。 此工具仅返回可用的组件列表。 适用场景: 1. 用户希望看到可用的组件列表 2. 用户想要根据描述的场景知道可以用哪些组件 3. 其他工具调用需要用到可用组件列表时
get-component-docs
获取 Ant Design 特定组件的详细文档,支持数组形式传入 适用场景: 用户询问如何使用特定组件