mcpbeat

Google Jules MCP Server

by georgeracu
local only

Google Jules MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 4 Aug 2026.

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

Installs / week
npm · google-jules-mcp-server
0
Stars
0 open issues
4 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

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"
    }
  }
}

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

551 installs/wk local only
Nano Banana
by mindstone

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

225 installs/wk local only
Google Sheets MCP
by henilcalagiya

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

144 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)

38 installs/wk local only
Gitlab Docs
by ozanmutlu

GitLab documentation search for AI assistants via Model Context Protocol (MCP)

35 installs/wk local only
MCP Registry Search
by spacemandomains

Search and browse every MCP server in the Model Context Protocol registry.

3 tools answering
MCP Docs Server
by praveenc

MCP server for searching MCP protocol documentation

32 installs/wk local only

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.
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.
Is Google Jules MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.