Components.MCP.Blazor

SimonLiebers-Dev/Components.MCP.Blazor
★ 11 stars C# 💻 Code/Dev Tools Updated 2mo ago
A Model Context Protocol (MCP) server that reflects Blazor/Razor assemblies to expose live component metadata and developer tools for AI-assisted code generation and analysis.
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": {
    "components.mcp.blazo": {
      "command": "npx",
      "args": [
        "-y",
        "SimonLiebers-Dev/Components.MCP.Blazor"
      ]
    }
  }
}