Skip to content
Cursor

mcp server template for Cursor

io.github.qmmughal/mcp-server-template

Production-grade MCP Server Template for TypeScript and Node.js.

client:Cursor transport:stdio runtime:npm

Install mcp server template in Cursor

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

{
  "mcpServers": {
    "mcp-server-template": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@qmmughal/mcp-server-template"
      ]
    }
  }
}

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

mcp server template in other clients