mcpbeat Sign in

Multi Gmail MCP Server

local only

Multi Gmail MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 60 installs a week from npm. Last commit 13 Aug 2026.

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

Installs per day peak 27 · avg 12 · -41% w/w
a month agotoday
60
Installs / week
npm · multi-gmail-mcp
19
Stars
1 open issues
13 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Multi Gmail MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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-gmail-mcp -- npx -y multi-gmail-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "multi-gmail-mcp": {
      "args": [
        "-y",
        "multi-gmail-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.multi-gmail-mcp]
command = "npx"
args = ["-y", "multi-gmail-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "multi-gmail-mcp": {
      "args": [
        "-y",
        "multi-gmail-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "multi-gmail-mcp": {
      "args": [
        "-y",
        "multi-gmail-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GOOGLE_CLIENT_ID (Google OAuth2 client ID from your Google Cloud project (alternative to ~/.gmail-mcp-oauth.json)), GOOGLE_CLIENT_SECRET (Google OAuth2 client secret from your Google Cloud project (alternative to ~/.gmail-mcp-oauth.json)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Multi Gmail MCP

same job, measured the same way
Multi-Account Gmail
by cunicopia-dev

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

369 installs/wk local only
Mailbox MCP
by jgalea

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

84 installs/wk local only
Google Gmail
by mcparmory

Send, read, organize emails, manage labels, drafts, and filters

250 installs/wk local only
Fluxmail
by churichard

Read, search, draft, send, and organize email through Gmail, Outlook, and IMAP/SMTP mailboxes.

402 installs/wk local only
Gmail
by waystation

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

answering
Mail.app
by p-l-ta

Search, read, send, and manage email via macOS Mail.app across all configured accounts.

53 installs/wk local only
Grounders MCP
by itsbreeze

Multiple Google accounts (Gmail, Calendar, Drive, Contacts, Tasks) in one Claude connector.

answering
IMAP MCP Pro
by temple-of-epiphany

Production IMAP & SMTP for Claude: multi-account email search, triage, send, and spam checks.

local only

Multi Gmail MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Multi Gmail MCP?
Multi Gmail MCP 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 npm package multi-gmail-mcp was installed 60 times last week.
How do I connect Multi Gmail MCP?
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-gmail-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Multi Gmail MCP?
The npm package multi-gmail-mcp was installed 60 times in the last week. Week over week that is -41%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Multi Gmail MCP open source?
Yes — it is published under the MIT licence, written in JavaScript, 19 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.