Skip to content
Claude Desktop

Template MCP Server for Claude Desktop

com.microsoft/template-server-name

Template MCP server example.

client:Claude Desktop transport:stdio runtime:nuget

Install Template MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "template-server-name": {
      "command": "dnx",
      "args": [
        "Microsoft.Template.Mcp",
        "--yes"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Template MCP Server in other clients