Skip to content
Cursor

Template MCP Server for Cursor

com.microsoft/template-server-name

Template MCP server example.

client:Cursor transport:stdio runtime:nuget

Install Template MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Template MCP Server in other clients