dotnet-mcp-server-template

codingdroplets/dotnet-mcp-server-template
★ 0 stars C# API Integration Updated 3d ago
A clean MCP server template in C# / ASP.NET Core (official MCP C# SDK). Clone and fill with your own tools. From the AI-Powered APIs in .NET course.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dotnet-mcp-server-te": {
      "command": "npx",
      "args": [
        "-y",
        "codingdroplets/dotnet-mcp-server-template"
      ]
    }
  }
}

Topics

aiaspnetcorecsharpdotnetmcpmodel-context-protocoltemplate