★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mudmcp": {
"command": "npx",
"args": [
"-y",
"mcbodge/MudMCP"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mudmcp npx -y mcbodge/MudMCP
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mudmcp": {
"command": "npx",
"args": [
"-y",
"mcbodge/MudMCP"
]
}
}
}
📋 Copy