dotnet-starter-kit (MCP Server)

GitHub

Production Grade Cloud-Ready .NET 10 Starter Kit (Web API + React Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "dotnet-starter-kit": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-dotnet-starter-kit"
      ]
    }
  }
}