# ant-design/ant-design-pro | Model Context Protocol (MCP) Server > 👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro! - **Stars**: ⭐ 38,669 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "ant-design-pro": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ant-design-pro" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "ant-design-pro": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ant-design-pro" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-ant-design-pro` - **Docker**: `docker run -i --rm mcp/ant-design-pro`