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.
We read the source, 10 h ago · rules 3dff92dd89df
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.
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.
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.
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.
claude mcp add jules-dispatch -- npx -y @yuuqq/jules-dispatch
{
"mcpServers": {
"jules-dispatch": {
"args": [
"-y",
"@yuuqq/jules-dispatch"
],
"command": "npx"
}
}
}
[mcp_servers.jules-dispatch]
command = "npx"
args = ["-y", "@yuuqq/jules-dispatch"]
{
"mcpServers": {
"jules-dispatch": {
"args": [
"-y",
"@yuuqq/jules-dispatch"
],
"command": "npx"
}
}
}
{
"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.
Model Context Protocol server for Google's Jules AI coding agent
Google Maps MCP Pack — geocoding, places, directions, distance matrix, elevation.
AI-agent operations for App Store Connect and Google Play, with approval before live publishing.
Google Play Console MCP Server for AI coding agents
Provides tools for searching Google Workspace documentation and much more.
Provides access to Google's public developer documentation.
MCP server for the Google Apps Script API: projects, code, versions, deployments and executions.
Deploy applications to Cloud Run
Answers built from our own checks of this server.