node server orchestrator for Claude Desktop
io.github.shingwong/node-server-orchestrator
MCP server for orchestrating Node.js development servers (backend, frontend, databases, etc.)
client:Claude Desktop
transport:stdio
runtime:npm
Install node server orchestrator in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"node-server-orchestrator": {
"command": "npx",
"args": [
"-y",
"node-server-orchestrator"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs