Skip to content

node server orchestrator for Grok

io.github.shingwong/node-server-orchestrator

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

client:Grok transport:stdio runtime:npm

Install node server orchestrator in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "node-server-orchestrator": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "node-server-orchestrator"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

node server orchestrator in other clients