multi-google-mcp-server

SingularAgency/multi-google-mcp-server
★ 0 stars Python 💻 Code/Dev Tools Updated today
Hybrid MCP server for Google Workspace multi-account access (Gmail, Drive, Calendar). HTTP+stdio. Server-side OAuth + Supabase token store. Modeled on odoo-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": {
    "multi-google-mcp-ser": {
      "command": "uvx",
      "args": [
        "multi-google-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install multi-google-mcp-server

README Excerpt

Hybrid MCP server for **Google Workspace multi-account** access (Gmail, Drive, Calendar) — built so it works the same in **Claude Cowork**, Claude Desktop, Cursor, or any other MCP client. **Why this exists.** The original `multi-google` plugin stored OAuth tokens inside the Cowork per-session sandbox. Tokens never survived a new session,

Tools (15)

ENCRYPTION_KEYGOOGLE_CLIENT_IDGOOGLE_CLIENT_SECRETMCP_API_KEYSUPABASE_PUBLISHABLE_KEYSUPABASE_SECRET_KEYSUPABASE_URLcalendar_createcalendar_listdrive_recentdrive_searchgmail_readgmail_searchgmail_sendlist_accounts