gmail-mcp-proxy

jpmeatme/gmail-mcp-proxy
★ 0 stars Python 🔒 Security Updated 2d ago
OAuth proxy between Umbral/OpenCode and Google's official Gmail MCP server
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": {
    "gmail-mcp-proxy": {
      "command": "uvx",
      "args": [
        "gmail-mcp-proxy"
      ]
    }
  }
}

Or install with pip: pip install gmail-mcp-proxy

README Excerpt

Proxy OAuth que conecta Umbral/OpenCode con el servidor oficial de Gmail MCP de Google. ``` Umbral ──SSE──► Este servidor ──HTTPS+Bearer──► gmailmcp.googleapis.com ``` Este servidor: 1. Maneja el flujo OAuth con Google (`/login` → `/callback`) y guarda el token. 2. Cuando Umbral se conecta a `/sse`, abre una conexión SSE hacia Google inyectando el `Authorization: Bearer <token>`.

Tools (5)

BASE_URLCLIENT_SECRETS_FILEREDIRECT_URISESSION_SECRETTOKEN_FILE