Jules Dispatch MCP Server

🌐 Languages: English · 简体中文 jules-dispatch is a CLI and an MCP server for the Google Jules API that lets you. It runs locally over stdio via the published package.

People connecting coding agent tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-14 · ★ 4 · #98 OF 194 MAINTAINED CODING AGENT · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Jules Dispatch

before you install - you'll need

Set JULES_DEFAULT_SOURCE, JULES_DEFAULT_BRANCH before connecting. JULES_API_KEY is optional or environment-specific per the README.

Claude Code

claude mcp add yuuqq-jules-dispatch -- npx -y @yuuqq/jules-dispatch

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "yuuqq-jules-dispatch": {
      "command": "npx",
      "args": [
        "-y",
        "@yuuqq/jules-dispatch"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @yuuqq/jules-dispatch - published under the repo owner's npm scope (@yuuqq)

registry namespace io.github.Yuuqq is GitHub-verified and matches the repo owner

03 · What Jules Dispatch can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.3.2 · 2026-08-13

jules-dispatch 1.3.2 - Now on the MCP Registry 🎉 · jules-dispatch is now listed on the official MCP Registry as io.github.Yuuqq/jules-dispatch. Claude Code, Codex, and other MCP clients can discover and install it…

v1.3.0 · 2026-08-13

jules-dispatch 1.3.0 - First npm release 📦 · This is the first version published to npm. The package name is @yuuqq/jules-dispatch (the unscoped name belongs to an unrelated package) - the CLI binary is still…

v1.2.0 · 2026-08-12

jules-dispatch 1.2.0 - Optional AI Task Planning (BYO LLM) · Stop hand-writing task YAML. Give jules-dispatch one sentence and let an LLM expand it into N parallel Jules sessions: · bash · jules-dispatch auto "Migrate…

04 · Who maintains Jules Dispatch

jules-dispatch is maintained by yuuqq. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
coding agent - ranked #98 of 194 actively-maintained coding agent servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-08-13)
registry
io.github.Yuuqq/jules-dispatch (active, first published 2026-08-13)
packages
npm:@yuuqq/jules-dispatch

06 · Jules Dispatch FAQ

What is Jules Dispatch?

🌐 Languages: English · 简体中文 jules-dispatch is a CLI and an MCP server for the Google Jules API that lets you. It runs locally over stdio via the published package.

Is Jules Dispatch still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-14 and it shipped 3 releases in the last 90 days. We re-verify nightly.

How do I install Jules Dispatch?

Run `npx -y @yuuqq/jules-dispatch`. The README documents 3 environment variables (JULES_API_KEY, JULES_DEFAULT_SOURCE, JULES_DEFAULT_BRANCH) to set first. Set JULES_DEFAULT_SOURCE, JULES_DEFAULT_BRANCH before connecting. JULES_API_KEY is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Jules Dispatch run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Jules Dispatch

More coding agent MCP servers · Draw2agent · Seamless · A2 CR · Agentic Design System · Spiderbrain

More TypeScript MCP servers · Claudia · Stock Scanner MCP · Tunnel MCP · Chat Crystal · Zenrows MCP · see all