mcpbeat Sign in

Google Jules MCP Server

by georgeracu Your server? Claim it
local only

Google Jules MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 91 installs a week from npm. Last commit 15 Sep 2026.

Model Context Protocol server for Google's Jules AI coding agent

Installs per day peak 535 · avg 35
a month agotoday
91
Installs / week
npm · google-jules-mcp-server
2
Stars
3 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Google Jules MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add google-jules-mcp-server -- npx -y google-jules-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "google-jules-mcp-server": {
      "args": [
        "-y",
        "google-jules-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.google-jules-mcp-server]
command = "npx"
args = ["-y", "google-jules-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "google-jules-mcp-server": {
      "args": [
        "-y",
        "google-jules-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "google-jules-mcp-server": {
      "args": [
        "-y",
        "google-jules-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: JULES_API_KEY (Jules API key, from https://jules.google.com/settings#api). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Google Jules MCP Server

same job, measured the same way
Gemini
by houtini-ai

Model Context Protocol server for Google Gemini AI with chat, research, and grounding

361 installs/wk local only
Gpc MCP Server
by muhammetali

Google Play Console MCP Server for AI coding agents

37 installs/wk local only
Nano Banana
by mindstone

Nano Banana MCP server — Google Gemini image generation and editing via Model Context Protocol

216 installs/wk local only
Google Sheets MCP
by henilcalagiya

Powerful tools for automating Google Sheets using Model Context Protocol (MCP)

115 installs/wk local only
Searxng MCP
by aicrafted

MCP server for SearXNG aggregator — web search across multiple engines via Model Context Protocol

local only
MCP Ap2
by codespar

MCP server for AP2 — Google's Agent-to-Agent Payment Protocol (authorization, audit, trust)

18 installs/wk local only
CalendarMCP
by calendarmcp

Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.

answering
MCP Veo
by acedatacloud

MCP server for Google Veo AI video generation

844 installs/wk answering

Google Jules MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Google Jules MCP Server?
Google Jules MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package google-jules-mcp-server was installed 91 times last week.
How do I connect Google Jules MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls google-jules-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Google Jules MCP Server?
The npm package google-jules-mcp-server was installed 91 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Google Jules MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript, 2 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.