mcpbeat Sign in

Multi-Account Gmail MCP Server

local only

Multi-Account Gmail runs on your own machine — the client starts it, so there is no endpoint to ping. 369 installs a week from pypi. Last commit 28 Aug 2026.

Multi-account Gmail MCP server — read, search, draft, and label across every inbox.

Installs per day peak 751 · avg 69 · -75% w/w
a month agotoday
369
Installs / week
pypi · multi-account-gmail-mcp
3
Stars
0 open issues
28 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

            subprocess.run(cmd, capture_output=True, timeout=5, check=False)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add multi-account-gmail-mcp -- uvx multi-account-gmail-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "multi-account-gmail-mcp": {
      "args": [
        "multi-account-gmail-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.multi-account-gmail-mcp]
command = "uvx"
args = ["multi-account-gmail-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "multi-account-gmail-mcp": {
      "args": [
        "multi-account-gmail-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "multi-account-gmail-mcp": {
      "args": [
        "multi-account-gmail-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: GMAIL_MCP_CLIENT_SECRET (Path to the Google OAuth "Desktop app" client-secret JSON. Defaults to ~/.gmail-mcp/client_secret.json.), GMAIL_MCP_DB (Path to the SQLite token store holding per-account refresh tokens. Defaults to ~/.gmail-mcp/tokens.db.), GMAIL_MCP_OAUTH_PORT (Localhost port for the OAuth redirect during account authorization. Defaults to 8765.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Multi-Account Gmail

same job, measured the same way
Mailbox MCP
by jgalea

Multi-account email MCP server for Gmail, IMAP, and JMAP: search, send, drafts, labels.

84 installs/wk local only
Gmail MCP
by a1-x-tech

MCP server for the Gmail API: search, read and send email, manage drafts, labels and the trash.

49 installs/wk local only
Gmail
by markswendsen-code

Gmail MCP server — send, read, and search email. By Strider Labs.

26 installs/wk local only
Gmail
by mintmcp

A MCP server for Gmail that lets you search, read, and draft emails and replies.

answering
Gmail
by waystation

Read emails, send messages, and manage labels in your Gmail account.

answering
Outlook Email
by mintmcp

A MCP server for Outlook email that lets you search, read, and draft emails and replies.

answering
Multi Gmail MCP
by gx-55

Manage multiple Gmail accounts in Claude Desktop — search, send, reply, draft, and organize.

60 installs/wk local only
Microsoft Outlook MCP
by 0xka13b

Microsoft Outlook (mail) MCP server — read, search, and send email through Microsoft Graph.

45 installs/wk local only

Multi-Account Gmail — questions

Answers built from our own checks of this server.

Why is there no uptime for Multi-Account Gmail?
Multi-Account Gmail runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package multi-account-gmail-mcp was installed 369 times last week.
How do I connect Multi-Account Gmail?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls multi-account-gmail-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Multi-Account Gmail?
The pypi package multi-account-gmail-mcp was installed 369 times in the last week. Week over week that is -75%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Multi-Account Gmail open source?
Yes — it is published under the MIT licence, written in Python and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.