# NG-ZORRO/ng-zorro-antd | Model Context Protocol (MCP) Server > Angular UI Component Library based on Ant Design - **Stars**: ⭐ 9,167 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "ng-zorro-antd": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ng-zorro-antd" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "ng-zorro-antd": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ng-zorro-antd" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-ng-zorro-antd` - **Docker**: `docker run -i --rm mcp/ng-zorro-antd`