Skip to content
Claude Desktop

dotnetdevmcp for Claude Desktop

io.github.csa7mdm/dotnetdevmcp

MCP server that gives AI coding agents Roslyn's compiler view of a .NET solution.

client:Claude Desktop transport:stdio runtime:nuget

Install dotnetdevmcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "dotnetdevmcp": {
      "command": "dnx",
      "args": [
        "DotNetDevMCP",
        "--yes"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

dotnetdevmcp in other clients