Google Jules MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Google Jules MCP ServerCreate a new coding session to fix the authentication bug in login.js"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Google Jules MCP Server
An MCP (Model Context Protocol) server that provides access to the Google Jules API - Google's AI-powered coding agent for automating software development tasks.
Features
This MCP server exposes all Jules API capabilities:
Sources
jules_list_sources - List all connected GitHub repositories
jules_get_source - Get details of a specific source
Sessions
jules_list_sessions - List all coding sessions
jules_get_session - Get session details including state and outputs
jules_create_session - Create a new coding task for Jules
jules_approve_plan - Approve a plan in a session requiring approval
jules_send_message - Send a message to Jules within a session
Activities
jules_list_activities - List all activities within a session
jules_get_activity - Get details of a specific activity
Related MCP server: Jules MCP Server
Installation
Using npx (recommended)
npx google-jules-mcpGlobal installation
npm install -g google-jules-mcp
google-jules-mcpConfiguration
Environment Variable
Set your Google Jules API key:
export GOOGLE_JULES_API_KEY=your_api_key_hereMCP Client Configuration
Add to your MCP client configuration (e.g., Claude Desktop):
{
"mcpServers": {
"google-jules": {
"command": "npx",
"args": ["google-jules-mcp"],
"env": {
"GOOGLE_JULES_API_KEY": "your_api_key_here"
}
}
}
}Usage Examples
List available repositories
Use jules_list_sources to see all connected GitHub repositories.Create a coding session
Use jules_create_session with:
- prompt: "Fix the authentication bug in login.js"
- source: "sources/github/myorg/myrepo"
- startingBranch: "main"
- automationMode: "AUTO_CREATE_PR"Monitor session progress
Use jules_list_activities with the sessionId to see what Jules is doing.Interact with Jules
Use jules_send_message to ask Jules questions or provide feedback during a session.API Key
To get your Jules API key:
Go to Jules Settings
Create a new API key
Keep it secure - don't share or commit it to public repositories
Prerequisites
Node.js 18.0.0 or higher
A Google Jules API key
GitHub repositories connected to Jules (via the Jules web app)
License
MIT
Links
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- -licenseAquality-maintenanceEnables automation of Google Jules AI coding assistant through task creation, code review automation, repository management, and AI-powered development workflows. Supports multiple session modes including cloud deployment with persistent authentication.13
- Alicense-qualityFmaintenanceConnects AI coding assistants to the Jules API for autonomous coding sessions. Enables creating and managing coding sessions, GitHub integration, plan approval workflows, and real-time activity tracking directly from your IDE.156MIT
- FlicenseAqualityDmaintenanceEnables AI assistants to interact with Google's Jules coding agent API for autonomous coding tasks, allowing users to delegate bug fixes, refactoring, testing, and feature development with scheduling capabilities and human-in-the-loop approval workflows.61
- FlicenseAqualityDmaintenanceEnables LLM applications to interact with Google's Jules AI coding assistant to manage repositories, coding sessions, and pull requests. It allows users to programmatically create tasks, approve plans, and communicate with the assistant during active coding sessions.9
Related MCP Connectors
Google NotebookLM via natural language: create notebooks, add sources (PDF, URL, YouTube) and ask gr
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Godzilla675/google-jules-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server