A command-line tool and MCP (Model Context Protocol) server for querying Ant Design Blazor component information.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"antdesign.cli": {
"command": "npx",
"args": [
"-y",
"ElderJames/AntDesign.Cli"
]
}
}
}
Run in terminal:
claude mcp add antdesign.cli npx -y ElderJames/AntDesign.Cli
Add to .cursor/mcp.json:
{
"mcpServers": {
"antdesign.cli": {
"command": "npx",
"args": [
"-y",
"ElderJames/AntDesign.Cli"
]
}
}
}