jules-mcp-server

cavuminfundo/jules-mcp-server
★ 0 stars Python API Integration Updated today
Production-grade FastMCP server for Google Jules API with robust SSE parameters handling
View on GitHub → 🔍 Audit Wallet Slippage →

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": "uvx",
      "args": [
        "jules-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install jules-mcp-server

README Excerpt

Production-grade Model Context Protocol (MCP) server for the Google Jules API, built with [FastMCP](https://github.com/jlowin/fastmcp). - **Native Single-Call Execution**: Approves plans, lists sessions, sends messages, and deletes completed sessions directly via MCP. - **Automatic Session Pagination**: Automatically fetches all active sessions natively without manual token loops.