jules-mcp-server

savethepolarbears/jules-mcp-server
★ 8 stars TypeScript 🤖 AI/LLM Updated today
Production-ready Model Context Protocol (MCP) server for Google Jules API. Enables autonomous coding tasks and scheduling from AI assistants. Independent open-source project, not affiliated with Google.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "jules-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "savethepolarbears/jules-mcp-server"
      ]
    }
  }
}