Skip to content
Grok

jules dispatch for Grok

io.github.yuuqq/jules-dispatch

Batch-dispatch coding tasks to Google Jules: 50 parallel sessions, plan approval, PR collection.

client:Grok transport:stdio runtime:npm

Install jules dispatch in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "jules-dispatch": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@yuuqq/jules-dispatch"
      ],
      "env": {
        "JULES_API_KEY": "<JULES_API_KEY>",
        "JULES_DEFAULT_SOURCE": "<JULES_DEFAULT_SOURCE>",
        "JULES_DEFAULT_BRANCH": "<JULES_DEFAULT_BRANCH>"
      }
    }
  }
}

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

jules dispatch in other clients