Google Jules MCP Server

If you're searching for a way to drive Google's Jules coding agent from Claude, Cursor, VS Code Copilot, or any other MCP client, this is that bridge. google-jules-mcp-server is an unofficial Model Context Protocol server that exposes the full Jules API (v1alpha) as 13 tools, so your assistant can create sessions, poll status, approve plans, and fetch the resulting pull request without you leaving the chat. Its 16 documented tools cover jules, session, sessions, wait.

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-25 · ★ 2 · #61 OF 194 MAINTAINED CODING AGENT · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Google Jules MCP Server

before you install - you'll need

Set JULES_API_KEY, HTTPS_PROXY, NO_PROXY, JULES_LIVE_SMOKE_TEST before connecting.

Claude Code

claude mcp add georgeracu-google-jules-mcp-server -- npx -y google-jules-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "georgeracu-google-jules-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "google-jules-mcp-server"
      ]
    }
  }
}

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

repo age created 2026-08-03 - young repo, little track record yet

license MIT - declared in the repository

npm package google-jules-mcp-server - unscoped; check the name against the project README before installing

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

03 · What Google Jules MCP Server can do

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

What you can build

With this server connected, an agent can get details (branches, visibility) for one connected repository, start a new asynchronous coding task, list sessions and their states, and list sessions awaiting plan approval or user feedback, following pagination automatically.

The 16 tools it gives your agent

Extracted from the project's README - what google-jules-mcp-server lets an agent do.

jules_list_sources
- List GitHub repositories connected to Jules
jules_get_source
- Get details (branches, visibility) for one connected repository
jules_create_session
- Start a new asynchronous coding task
jules_list_sessions
- List sessions and their states
jules_list_stuck_sessions
- List sessions awaiting plan approval or user feedback, following pagination automatically
jules_get_status
- Check a session's status and recent activity
jules_send_message
- Send a follow-up instruction to a running session
jules_approve_plan
- Approve a session's execution plan (when requirePlanApproval was set)
jules_get_session_output
- Retrieve the final output (PR details) of a completed session
jules_delete_session
- Permanently delete a session
jules_archive_session
- Archive a session without deleting it
jules_unarchive_session
- Restore an archived session
show all 16 tools
jules_wait_for_session
- Wait/poll for a session to reach a terminal state
jules_execute_and_wait
- Create a session and wait for it to complete in one call
jules_list_activities
- Get a session's detailed activity log
jules_get_activity
- Get a single activity by ID

Latest releases

v0.3.1 · 2026-08-18

Other Changes · release 0.3.1

v0.3.0 · 2026-08-18

Bump eslint from 10.8.0 to 10.8.1 · Bump undici from 8.9.0 to 8.10.0 · bump typescript-eslint from 8.65.0 to 8.67.0 · bump @types/node from 26.1.2 to 26.2.0 · Other Changes · Add bounded wait-for-session completion…

v0.2.4 · 2026-08-09

Other Changes · Encode path segments in resource clients · Pair undici's fetch with its proxy dispatcher so proxied responses decode · Fix formatting for pull request at non-zero index in session outputs · v0.2.4

04 · Who maintains Google Jules MCP Server

google-jules-mcp-server is maintained by georgeracu. It's the only MCP server we track from this author; the repo dates to Aug 2026.

05 · Facts

category
coding agent - ranked #61 of 194 actively-maintained coding agent servers as of 2026-08-25.
release cadence
8 releases in the last 90 days (latest 2026-08-18)
registry
io.github.georgeracu/google-jules-mcp-server (active, first published 2026-08-04 · 5 versions)
packages
npm:google-jules-mcp-server

06 · Google Jules MCP Server FAQ

Is Google Jules MCP Server still maintained?

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

What can Google Jules MCP Server do?

With this server connected, an agent can get details (branches, visibility) for one connected repository, start a new asynchronous coding task, list sessions and their states, and list sessions awaiting plan approval or user feedback, following pagination automatically.

How do I install Google Jules MCP Server?

Run `npx -y google-jules-mcp-server`. The README documents 4 environment variables (JULES_API_KEY, HTTPS_PROXY, NO_PROXY…) to set first. Set JULES_API_KEY, HTTPS_PROXY, NO_PROXY, JULES_LIVE_SMOKE_TEST before connecting. You can also paste the ready-made client config above.

Does Google Jules MCP Server 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 Google Jules MCP Server

More coding agent MCP servers · Si Git · Gjalla · EchoVault Memory · Graph Pilot

More TypeScript MCP servers · Aegis · Cacheoverflow · Getcoherence MCP Server · Dynamoi · Masv · see all