Skip to content

node server orchestrator for Cline

io.github.shingwong/node-server-orchestrator

MCP server for orchestrating Node.js development servers (backend, frontend, databases, etc.)

client:Cline transport:stdio runtime:npm

Install node server orchestrator 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": {
    "node-server-orchestrator": {
      "command": "npx",
      "args": [
        "-y",
        "node-server-orchestrator"
      ]
    }
  }
}

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

node server orchestrator in other clients