AntDesign.Cli

ElderJames/AntDesign.Cli
★ 10 stars C# 💻 Code/Dev Tools Updated 23d ago
A command-line tool and MCP (Model Context Protocol) server for querying Ant Design Blazor component information.
View on GitHub →

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"
      ]
    }
  }
}

Topics

blazordotnetmcp