gmail-multi-account-mcp

sunjinpak/gmail-multi-account-mcp
★ 0 stars Python 💻 Code/Dev Tools Updated today
One MCP server script, many Gmail accounts. Read mail and draft replies across accounts (e.g. in Claude Code) via per-account OAuth tokens. Draft-only by design.
View on GitHub → Try with Claude — $10 free →

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-multi-account-": {
      "command": "uvx",
      "args": [
        "gmail-multi-account-mcp"
      ]
    }
  }
}

Or install with pip: pip install gmail-multi-account-mcp

README Excerpt

A tiny [Model Context Protocol](https://modelcontextprotocol.io) server that lets an MCP client (such as Claude Code) **read mail and draft replies across many Gmail accounts at once** — one isolated server per account. The trick is simple: there is a single Python script, and you register it multiple

Tools (7)

GMAIL_TOKEN_PATHcreate_draftdelete_draftget_profileget_threadlist_draftssearch_threads