zhixiaoqiang/antd-components-mcp
antd-components-mcp is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
If you are the rightful owner of antd-components-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that provides Ant Design component documentation to large language models (LLMs) like Claude.
Try antd-components-mcp with chat:
Tools
Functions exposed to the LLM to take actions
get-component-docs
获取 Ant Design 特定组件的详细文档 适用场景:
- 用户询问如何使用特定组件
- 用户需要查看该组件的 api 属性
list-component-examples
获取 Ant Design 特定组件的代码示例 适用场景:
- 用户询问特定组件的示例时
- 用户想要实现某个功能时直接告知可使用的例子
- 生成页面前需要获取组件的示例代码
get-component-changelog
列出 Ant Design 特定组件的更新日志 适用场景:
- 用户询问特定组件的更新日志
- 在知道用户 antd 版本的情况下,当用户需要实现相关组件功能时判断是否在后续版本中才实现,来决定是否需要升级依赖
list-components
当用户请求一个新的用户界面(UI)使用 Ant Design 组件时使用此工具。 此工具仅返回可用的组件列表。 调用此工具后,你必须编辑或添加文件,以便将代码片段集成到代码库中
Prompts
Interactive templates invoked by user choice
system-description
专业的 Ant Design 组件库专家助手提示词
system-pages-development
专业的 Ant Design 组件页面开发专家提示词
Resources
Contextual data attached and managed by the client