Skip to content
Cline

mcp server template for Cline

io.github.qmmughal/mcp-server-template

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

client:Cline transport:stdio runtime:npm

Install mcp server template in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp server template in other clients