mcpbeat Sign in

Jules Dispatch MCP Server

local only

Jules Dispatch runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 16 Sep 2026.

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

Installs per day peak 13 · avg 6 · +93% w/w
a month agotoday
40
Installs / week
npm · @yuuqq/jules-dispatch
4
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 10 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/doctor.ts:29
export function checkNpm(execFn: (cmd: string, opts: ExecSyncOptionsWithStringEncoding) => string = (cmd, opts) => execSync(cmd, opts)): DoctorCheck {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add jules-dispatch -- npx -y @yuuqq/jules-dispatch
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "jules-dispatch": {
      "args": [
        "-y",
        "@yuuqq/jules-dispatch"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.jules-dispatch]
command = "npx"
args = ["-y", "@yuuqq/jules-dispatch"]
.cursor/mcp.json
{
  "mcpServers": {
    "jules-dispatch": {
      "args": [
        "-y",
        "@yuuqq/jules-dispatch"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "jules-dispatch": {
      "args": [
        "-y",
        "@yuuqq/jules-dispatch"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: JULES_API_KEY (Google Jules API key), JULES_DEFAULT_SOURCE (Default Jules source, e.g. sources/github/owner/repo (optional if every task sets source)), JULES_DEFAULT_BRANCH (Default git branch for sessions (defaults to main)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Jules Dispatch

same job, measured the same way
Google Jules MCP Server
by georgeracu

Model Context Protocol server for Google's Jules AI coding agent

91 installs/wk local only
Google_maps
by pipeworx-io

Google Maps MCP Pack — geocoding, places, directions, distance matrix, elevation.

38 tools answering
AppStore Copilot
by appstorecopilot

AI-agent operations for App Store Connect and Google Play, with approval before live publishing.

answering
Gpc MCP Server
by muhammetali

Google Play Console MCP Server for AI coding agents

37 installs/wk local only
G
Developer Tools
by workspace-developer

Provides tools for searching Google Workspace documentation and much more.

2 tools answering
C
Googleapis
by googleapis-developerknowledge

Provides access to Google's public developer documentation.

3 tools answering
Google Apps Script MCP
by a1-x-tech

MCP server for the Google Apps Script API: projects, code, versions, deployments and executions.

183 installs/wk local only
C
Google Cloud Run
by googleapis-run

Deploy applications to Cloud Run

5 tools answering

Jules Dispatch — questions

Answers built from our own checks of this server.

Why is there no uptime for Jules Dispatch?
Jules Dispatch runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @yuuqq/jules-dispatch was installed 40 times last week.
How do I connect Jules Dispatch?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @yuuqq/jules-dispatch straight from npm; nothing to host, nothing to sign up for.
How many people use Jules Dispatch?
The npm package @yuuqq/jules-dispatch was installed 40 times in the last week. Week over week that is +93%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Jules Dispatch open source?
Yes — it is published under the MIT licence, written in TypeScript and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.