Skip to content
VS Code

mcp server template for VS Code

io.github.qmmughal/mcp-server-template

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

client:VS Code transport:stdio runtime:npm

Install mcp server template in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mcp server template in other clients