csharp-sdk

modelcontextprotocol/csharp-sdk
★ 4,080 stars C# 💻 Code/Dev Tools Updated 1mo ago
The official C# SDK for Model Context Protocol servers and clients. Maintained in collaboration with Microsoft.
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-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "modelcontextprotocol/csharp-sdk"
      ]
    }
  }
}