Ant Design Components MCP ServerServer

hannesj
GitHub
DocumentationAnt DesignMCP Server

Loading subscription status...

💡 Description

This server publicly exposes documentation for Ant Design components, allowing for exploration and understanding through a set of dedicated tools available for Large Language Models (LLMs). It provides methods to list, get properties, and access examples of Ant Design components without needing to clone the entire repository.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Ant Design Components": {
        "args": [
          "-y",
          "mcp-antd-components"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

list-componentsget-component-propsget-component-docslist-component-examplesget-component-examplesearch-components

Features

  • Easy to use - no need to clone the entire Ant Design repository
  • Fast startup with pre-extracted component documentation
  • List all available Ant Design components
  • Access detailed component documentation including usage guidance
  • View component properties and API definitions
  • Refer to code examples for specific components
  • Search for components by name or functionality

💬 Example Queries

  • What components are available in Ant Design?
  • Show me the documentation for the Button component.
  • What props does the Table component accept?
  • Show me code examples for the Modal component.
  • Get the example 'basic' for the Form component.
  • Find components related to Input or Form elements.