csharp-mcp

pvasek/csharp-mcp
★ 2 stars C# 🔍 Search Updated 14d ago
MCP server for C# solutions. Enables to searching the references, refactoring code, ...
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": {
    "csharp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pvasek/csharp-mcp"
      ]
    }
  }
}