mcp server template for Claude Desktop
io.github.qmmughal/mcp-server-template
Production-grade MCP Server Template for TypeScript and Node.js.
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp server template in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-server-template": {
"command": "npx",
"args": [
"-y",
"@qmmughal/mcp-server-template"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs