fluentui-blazor (MCP Server)

GitHub

Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "fluentui-blazor": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-fluentui-blazor"
      ]
    }
  }
}