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.
Lists all available Ant Design components in PascalCase format (e.g., Button, DatePicker).
Gets the props and API documentation for a specific component (use PascalCase names like 'Button').
Gets detailed documentation for a specific component (use PascalCase names like 'DatePicker').
Lists all examples available for a specific component (use PascalCase names like 'Table').
Gets the code for a specific component example (component name in PascalCase).
Search for components by name pattern (works with PascalCase patterns).
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!