Back to Apps

Google Jules MCP
by samihalawa
Automate Google Jules AI coding agent for task creation, code reviews, and repository management.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
This MCP server integrates Google Jules, the AI coding assistant, into your development workflow. It allows LLMs to programmatically manage the entire lifecycle of AI-driven coding tasks, from initial request to plan approval and execution.
Tools
jules_create_task: Create a new Jules task with a repository and descriptionjules_get_task: Retrieve detailed information and progress for a specific taskjules_send_message: Provide instructions or feedback to Jules in an active taskjules_approve_plan: Approve execution plans generated by Julesjules_resume_task: Resume paused or interrupted tasksjules_list_tasks: List and filter tasks by statusjules_analyze_code: Analyze project structure and code changesjules_bulk_create_tasks: Efficiently create multiple tasks from a listjules_get_cookies/jules_set_cookies: Manage browser session persistencejules_session_info: Get current session statusjules_screenshot: Capture browser screenshots for debugging
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"google-jules-mcp": {
"command": "node",
"args": ["/path/to/google-jules-mcp/dist/index.js"],
"env": {
"HEADLESS": "true",
"SESSION_MODE": "cookies",
"GOOGLE_AUTH_COOKIES": "your_cookies_here",
"DEBUG": "false"
}
}
}
}
Supported hosts
Confirmed for Claude Desktop and compatible MCP clients.
Quick install
npm install -g google-jules-mcpInformation
- Pricing
- free
- Published
- 4/28/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add node command and dist/index.js path with SESSION_MODE and GOOGLE_AUTH_COOKIES env vars.





