MCP server for Google Jules integration - automate tasks, code reviews, and repository management
Google Jules MCP MCP server exists for a simple reason — assistants are far more useful when they can act on Google Jules MCP directly instead of describing what you should do. MCP server for Google Jules integration - automate tasks, code reviews, and repository management.
A Model Context Protocol (MCP) server for automating Google Jules - the AI coding assistant. This MCP enables seamless integration with Jules for task creation, code review automation, repository management, and AI-powered development workflows.
Once Google Jules MCP is connected, these are the calls the assistant has available:
jules_create_task — Create a new Jules task with repository and descriptionjules_get_task — Get detailed information about a specific taskjules_send_message — Send messages/instructions to Jules in active tasksjules_approve_plan — Approve Jules execution plansjules_resume_task — Resume paused tasksjules_list_tasks — List tasks with filtering optionsjules_analyze_code — Analyze code changes and project structurejules_bulk_create_tasks — Create multiple tasks from a listjules_get_cookies — Get current browser cookies for session persistencejules_set_cookies — Set browser cookies from string/JSON for authenticationjules_session_info — Get current session configuration and statusjules_screenshot — Take debugging screenshotsYou will need 8 environment variables: HEADLESS, SESSION_MODE, GOOGLE_AUTH_COOKIES, DEBUG, BROWSERBASE_API_KEY, BROWSERBASE_PROJECT_ID, BROWSERBASE_SESSION_ID, COOKIES_PATH. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Google Jules MCP's toolset — jules_create_task, jules_get_task, jules_send_message and 11 more — is a fair guide to whether it matches your workflow. It is maintained by samihalawa; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| jules_create_task | Create a new Jules task with repository and description |
| jules_get_task | Get detailed information about a specific task |
| jules_send_message | Send messages/instructions to Jules in active tasks |
| jules_approve_plan | Approve Jules execution plans |
| jules_resume_task | Resume paused tasks |
| jules_list_tasks | List tasks with filtering options |
| jules_analyze_code | Analyze code changes and project structure |
| jules_bulk_create_tasks | Create multiple tasks from a list |
| jules_get_cookies | Get current browser cookies for session persistence |
| jules_set_cookies | Set browser cookies from string/JSON for authentication |
| jules_session_info | Get current session configuration and status |
| jules_screenshot | Take debugging screenshots |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Setup | The Setup tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| HEADLESS | Configuration value read at startup. | Optional |
| SESSION_MODE | Configuration value read at startup. | Optional |
| GOOGLE_AUTH_COOKIES | Configuration value read at startup. | Optional |
| DEBUG | Configuration value read at startup. | Optional |
| BROWSERBASE_API_KEY | Credential the server authenticates with. | Yes |
| BROWSERBASE_PROJECT_ID | Configuration value read at startup. | Optional |
| BROWSERBASE_SESSION_ID | Configuration value read at startup. | Optional |
| COOKIES_PATH | Filesystem location the server is allowed to use. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.