Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Follow AllMCPs on X (opens in a new tab)AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) โ†— (opens in a new tab)
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ’ป Developer Tools
  3. Jules Dispatch
J
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Jules Dispatch

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe havenโ€™t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time โ€” check back soon.
View Repository

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "jules-dispatch": {
      "command": "npx",
      "args": [
        "-y",
        "jules-dispatch"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ’ป More in Developer Tools

Documentation Overview

jules-dispatch ๐Ÿš€

Batch-dispatch tasks to Google Jules in parallel โ€” and use it as an MCP tool inside Claude Code or OpenAI Codex CLI.

npm version CI TypeScript MCP License: MIT

๐ŸŒ Languages: English ยท ็ฎ€ไฝ“ไธญๆ–‡

jules-dispatch banner โ€” one orchestrator AI fanning out tasks to many parallel Jules workers, each producing a PR

๐ŸŒ Landing page & interactive docs
https://yuuqq.github.io/jules-dispatch/ โ€” full onboarding guide and MCP integration examples


What Is This?

jules-dispatch is a CLI and an MCP server for the Google Jules API that lets you:

  • Dispatch any number of Jules tasks with up to 50 concurrent session creations, optionally paced
  • Define tasks as simple YAML files โ€” title, repo, branch, prompt
  • Poll for completion and collect generated PR links
  • Approve plans, send follow-up messages, cancel runaway sessions, tail live activity
  • Plug into Claude Code or Codex as an MCP server โ€” your AI assistant calls Jules as a tool

It turns Jules from a "one task at a time" tool into a massively parallel coding workforce, controlled by either humans on the CLI or other AIs over MCP.


๐Ÿ— How It Works

mermaid
flowchart LR
    O["๐Ÿง  Orchestrator<br/>(Claude / Codex / you)"]
    O -->|writes| T["๐Ÿ“„ tasks/*.yaml"]
    T --> D["โšก jules-dispatch batch"]
    D -->|parallel| J1["๐Ÿค– Jules #1"]
    D -->|parallel| J2["๐Ÿค– Jules #2"]
    D -->|parallel| J3["๐Ÿค– Jules #3"]
    D -->|parallel| J4["๐Ÿค– Jules #N"]
    J1 --> P1["๐Ÿ”€ PR #1"]
    J2 --> P2["๐Ÿ”€ PR #2"]
    J3 --> P3["๐Ÿ”€ PR #3"]
    J4 --> P4["๐Ÿ”€ PR #N"]

    classDef orch fill:#7c3aed,stroke:#5b21b6,color:#fff
    classDef tool fill:#0891b2,stroke:#0e7490,color:#fff
    classDef worker fill:#f59e0b,stroke:#b45309,color:#fff
    classDef pr fill:#10b981,stroke:#047857,color:#fff
    class O orch
    class D tool
    class J1,J2,J3,J4 worker
    class P1,P2,P3,P4 pr

โœจ What's New in 1.2 โ€” Optional AI Task Planning (BYO LLM)

Entirely optional. All core commands work without any LLM key. Skip this section if you only want raw dispatch.

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 every Express route to Fastify and add request-validation tests"

Planning with gpt-4o-mini...

Planned 6 task(s):
  1. Migrate auth routes (/api/auth/*) to Fastify
  2. Migrate user routes (/api/users/*) to Fastify
  3. Migrate billing routes (/api/billing/*) to Fastify
  4. Replace Express middleware with Fastify hooks
  5. Update server bootstrap to use Fastify instance
  6. Add Vitest request-validation tests for all migrated routes

Dispatch all 6 task(s)? [y/N]

Bring your own LLM โ€” works with any OpenAI-compatible /chat/completions endpoint:

ProviderLLM_BASE_URLExample LLM_MODEL
OpenAI (default)(omit โ€” defaults to https://api.openai.com/v1)gpt-4o-mini, gpt-4o, o3-mini
OpenRouterhttps://openrouter.ai/api/v1openrouter/auto, anthropic/claude-opus-4.7
Ollama (local, free)http://localhost:11434/v1llama3.1, qwen2.5-coder:32b
Groqhttps://api.groq.com/openai/v1llama-3.3-70b-versatile
Together / Fireworks / DeepInfra / vLLM / LiteLLM / Azure OpenAI(their endpoint)(their model id)

Configure via env vars (LLM_API_KEY, LLM_BASE_URL, LLM_MODEL) or per-invocation flags (--llm-key, --llm-base-url, --llm-model). OPENAI_API_KEY and OPENROUTER_API_KEY are also recognised as fallbacks.

Command / ToolWhat it does
jules-dispatch plan-tasks "<intent>"Plan only โ€” print or write tasks to a YAML file
jules-dispatch auto "<intent>"Plan + dispatch in one shot (with confirmation)
MCP jules_plan_tasksSame planning, exposed to Claude Code / Codex (only registered if an LLM key is configured)
MCP jules_autoOne-shot plan + dispatch (only registered if an LLM key is configured)

โœจ What's New in 1.1

  • ๐Ÿงฐ MCP server (jules-dispatch mcp) โ€” 15 always-registered tools, plus 2 optional planning tools when an LLM key is configured
  • ๐Ÿค– --json mode โ€” machine-readable output on every command for AI agents and shell pipelines
  • โœ… Plan approval workflow โ€” plan, approve commands + requirePlanApproval: true task option
  • ๐Ÿ“ก Live tailing โ€” tail <id> streams activity events as they happen
  • โŒ Cancel sessions โ€” cancel <id> aborts runaway runs
  • ๐Ÿ” Direct lookup โ€” get <id>, status --ids no longer limited to the recent page
  • ๐Ÿ›ก๏ธ Real failure detection โ€” uses session.state, fails fast, distinct exit codes
  • โšก Smart retries โ€” exponential backoff with jitter, honours Retry-After
  • ๐Ÿ“ฅ Stdin input โ€” dispatch - reads YAML/JSON from a pipe
  • ๐Ÿ”‘ --api-key flag โ€” pass keys per-invocation, no .env required

โœจ Key Features

FeatureDetails
โšก Bounded, paced dispatchContinuously replenish a 1โ€“50 worker pool and optionally space launches with --pace-ms
๐Ÿ“‹ YAML task filesMulti-document YAML supported (--- separators)
๐Ÿ”„ Status pollingAuto-detects PRs, plan approvals, failures
๐Ÿ’ฌ Plan & message controlApprove plans, send follow-up messages, cancel sessions
๐Ÿค– MCP serverDrop into Claude Code or Codex as a tool
๐Ÿ“ฆ Structured output--json mode for clean piping into agents and scripts
๐Ÿ“ Dispatch logsJSON audit trail of every dispatch run

๐Ÿ’ก Five Common Use Cases

jules-dispatch works best when a change can be split into independent, PR-sized tasks. If tasks edit the same files or depend on earlier output, dispatch them in separate waves instead of running them concurrently.

1. Add test coverage across several modules

Suppose the auth, billing, users, and audit modules all need tests. Put one self-contained task file per module in a dedicated directory, then dispatch the directory as a batch:

bash
jules-dispatch batch tasks/add-tests --parallel 4

Each Jules session owns one module. With AUTO_CREATE_PR enabled, the result is a set of focused PRs that can be reviewed and merged independently. A failed task can be retried without restarting the rest.

Why it helps: independent test work runs at the same time without turning into one large, hard-to-review change.

2. Break a large migration into executable tasks

For a goal such as migrating an Express API to Fastify, use the optional LLM planner to identify independent routes, middleware, startup code, and test work:

bash
jules-dispatch auto "Migrate the Express API to Fastify and add request-validation tests" \
  --max 8 --parallel 4

auto shows the proposed tasks and asks for confirmation before dispatching them. Use plan-tasks instead when you want to save and edit the generated YAML before anything is sent to Jules.

Why it helps: the planner reduces the cost of decomposing a broad goal while keeping the task boundaries visible and reviewable.

3. Roll out the same change across multiple repositories

To add a shared CI check, security baseline, or contribution policy across several Jules-connected repositories, give each task its own source:

yaml
title: "Add the security baseline to the API"
prompt: "Add the agreed security checks and open a focused PR."
source: "sources/github/acme/api"
branch: "main"
---
title: "Add the security baseline to the worker"
prompt: "Add the agreed security checks and open a focused PR."
source: "sources/github/acme/worker"
branch: "main"

Place the task file in a dedicated batch directory and dispatch it with controlled concurrency and launch pacing:

bash
jules-dispatch batch tasks/security-baseline --parallel 6 --pace-ms 250

Why it helps: one command coordinates the rollout while preserving a separate session and PR for each repository plus an audit log for the batch.

4. Keep a human approval gate for risky changes

Authentication, authorization, and database migrations often need review before implementation begins. Require Jules to stop after planning:

yaml
title: "Refactor authorization checks"
prompt: "Centralize API authorization checks without changing the public API."
requirePlanApproval: true

Inspect the plan, send corrections if needed, approve it, and then continue monitoring:

bash
jules-dispatch plan abc123
jules-dispatch message abc123 "Do not change the public API"
jules-dispatch plan abc123       # inspect the revised plan
jules-dispatch approve abc123
jules-dispatch wait abc123

Why it helps: you keep control of high-impact decisions without giving up delegated execution.

5. Let Claude Code or Codex orchestrate the whole run

After configuring the MCP server, describe the outcome instead of operating each session yourself:

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    ๐Ÿ’ป Developer Tools1 views
    Compare vs PraisonAI โ†’
  • Skill of Skills logoSkill of Skills

    Quality-ranked, cross-platform directory of AI coding skills, plugins and MCP servers.

    ๐Ÿ’ป Developer Tools2 views
    Compare vs Skill of Skills โ†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    ๐Ÿ’ป Developer Tools0 views
    Compare vs Labelhead Artist Momentum โ†’
  • Builderforce logoBuilderforce

    Run tickets, boards, OKRs and cloud coding agents in your Builderforce workspace

    ๐Ÿ’ป Developer Tools1 views
    Compare vs Builderforce โ†’

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Jules Dispatch

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "jules-dispatch": { "command": "npx", "args": ["-y", "jules-dispatch"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewJules Dispatch AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/jules-dispatch?style=directory)](https://allmcps.com/mcp/jules-dispatch)
HTML Embed
<a href="https://allmcps.com/mcp/jules-dispatch"><img src="https://allmcps.com/api/badge/jules-dispatch?style=directory" alt="Jules Dispatch on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ’ปDeveloper Tools
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging ยท 27/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ’ป Developer Tools โ†’Best MCP servers for Developers โ†’Alternatives to Jules Dispatch โ†’Install in Claude DesktopInstall in CursorInstall in VS Code