mcp-dotnet-samples

microsoft/mcp-dotnet-samples
★ 174 stars C# 💻 Code/Dev Tools Updated 17d ago
A comprehensive set of samples of creating and using MCP servers and clients with .NET
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": {
    "mcp-dotnet-samples": {
      "command": "npx",
      "args": [
        "-y",
        "microsoft/mcp-dotnet-samples"
      ]
    }
  }
}

Topics

dotnetmcpmcp-clientmcp-server