Ant Design Components
Summary
MCP-Antd-Components provides a server that exposes Ant Design component documentation to Large Language Models like Claude. Developed by Hannes Junnila, it extracts and serves component information from the Ant Design repository, allowing AI assistants to explore available components, view detailed documentation, examine props and API definitions, and access code examples. The server offers six specialized tools for component discovery and understanding, making it valuable for developers who need AI assistance with implementing Ant Design components in their React applications without requiring the full Ant Design repository to be present.
Available Actions(6)
list-components
Lists all available Ant Design components in PascalCase format (e.g., Button, DatePicker)
get-component-props
Gets the props and API documentation for a specific component (use PascalCase names like 'Button')
get-component-docs
Gets detailed documentation for a specific component (use PascalCase names like 'DatePicker')
list-component-examples
Lists all examples available for a specific component (use PascalCase names like 'Table')
get-component-example
Gets the code for a specific component example (component name in PascalCase)
search-components
Search for components by name pattern (works with PascalCase patterns)
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation