MudMCP

mcbodge/MudMCP
★ 66 stars C# 💻 Code/Dev Tools Updated 7d ago
MCP server that provides AI assistants with comprehensive access to MudBlazor component documentation, code examples, and API reference. Not affiliated with MudBlazor team.
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": {
    "mudmcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcbodge/MudMCP"
      ]
    }
  }
}