← Index

io.github.ShingWong/node-server-orchestrator

io.github.ShingWong/node-server-orchestrator·v1.0.0·Other
Quality Score
62
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "node-server-orchestrator": {
      "command": "npx",
      "args": [
        "-y",
        "node-server-orchestrator"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "node-server-orchestrator": {
      "command": "npx",
      "args": [
        "-y",
        "node-server-orchestrator"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y node-server-orchestrator
§03  MCP Quality Score  ·  methodology
freshness
12
completeness
5
installability
25
documentation
10
stability
10
§04  Alternatives in Other