Jules MCP Server
Enables orchestration of multiple Jules AI workers for tasks like code generation, bug fixing, and review using the Google Jules API. It features git integration, a shared memory system, and real-time activity monitoring for complex, multi-agent development workflows.
README
<div align="center">
</div>
πΊοΈ Navigation
βοΈ Setup
Choose the installation method that fits your workflow. Both methods require a Jules API Key.
[!IMPORTANT] Visit jules.google.com/settings/api to generate your credentials before proceeding.
<details> <summary><b>π€ Method 1: Agent-Driven Install (Recommended)</b></summary>
The fastest way to get started. Copy the block below and paste it into your AI assistant (Antigravity, Cursor, or Claude).
Read https://raw.githubusercontent.com/TheRealAshik/jules-mcp/main/docs/SELF_INSTALL.md and do as per the instructions. I have my JULES_API_KEY ready.
</details>
<details> <summary><b>π€ Method 2: Manual Self-Install</b></summary>
If you prefer to configure the server yourself, follow these steps:
-
Locate your config file:
- Antigravity:
~/.gemini/antigravity/mcp_config.json - Claude Desktop:
%APPDATA%\Claude\claude_desktop_config.json - Cursor: Settings > Features > MCP > Add New Server
- Antigravity:
-
Add the following snippet:
{
"mcpServers": {
"jules-mcp": {
"command": "npx",
"args": ["-y", "@realashik/jules-mcp"],
"env": {
"JULES_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
</details>
π Overview
Jules MCP is a high-performance Model Context Protocol (MCP) server designed to supercharge AI coding assistants. While standard AI agents are limited to linear task execution, Jules MCP introduces Staged Orchestrationβenabling a "Commander" agent to deploy multiple specialized sub-agents (Maestros, Crews, Freelancers) to handle distinct parts of a project simultaneously or in sequence.
Built on top of the Google Jules API and the MCP SDK, it provides the bridge between your IDE and a distributed team of AI workers.
[!TIP] Jules MCP works best when allowed to manage its own branches. Ensure your
JULES_API_KEYhas repository write access for the best experience.
π Features
<details> <summary><b>Click to expand features list</b></summary>
- π Multi-Role Orchestration: Spawn
MAESTRO(Architect),CREW(Implementer),FREELANCER(Specialist), orEVALUATOR(Quality Control). - π Staged Workflows: Automatically manage git branches, code generation, and merging in a single, safe flow.
- π§ Global Shared Memory: Cross-session memory allows workers to pass variables and context like biological collaborators.
- π‘οΈ Quality Enforcement: Built-in review cycles ensure code meets security and performance standards before merging.
- β‘ Zero Configuration: Instantly usable via
npxwith automatic environment discovery. </details>
π Development
# 1. Clone the repository
git clone https://github.com/TheRealAshik/jules-mcp.git
# 2. Install dependencies
npm install
# 3. Build & Run
npm run build
npm start
π Knowledge Base
- π§ SKILLS.md - Comprehensive tool mapping documentation.
- π€ SELF_INSTALL.md - Logic for AI agent self-installation.
π Support
If Jules MCP helps you build faster, please consider:
- βοΈ Starring the GitHub Repository
- π€ Following TheRealAshik for updates.
Developed with β€οΈ by TheRealAshik
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.