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.
Latest Blog Posts
- 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