Jules MCP Server

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.

Category
Visit Server

README

<div align="center">

NPM Version License: MIT TypeScript Model Context Protocol

</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:

  1. 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
  2. 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_KEY has 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), or EVALUATOR (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 npx with 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:

Developed with ❀️ by TheRealAshik

Recommended Servers

playwright-mcp

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.

Official
Featured
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

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.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

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.

Official
Featured
Python
graphlit-mcp-server

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.

Official
Featured
TypeScript
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

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.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured