mcpbeat Sign in

Gmail MCP Server

local only

Gmail runs on your own machine — the client starts it, so there is no endpoint to ping. 292 installs a week from npm. Last commit 9 Sep 2026.

Allow AI systems to read, send, archive, and manage emails via Gmail.

Installs per day peak 191 · avg 44 · +6% w/w
a month agotoday
292
Installs / week
npm · gmail-mcp
11
Stars
3 open issues
9 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: MCP_TRANSPORT (Transport type.), GOOGLE_CLIENT_ID (Google OAuth client ID.), GOOGLE_CLIENT_SECRET (Google OAuth client secret.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Gmail

same job, measured the same way
Email2Chat
by bayramcsb

Connect Claude to your Gmail and Outlook inbox. Read, search, and manage emails via AI.

82 installs/wk local only
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
Gmail
by waystation

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

answering
Apple Mail
by jonathanrreed

Read, search, compose, and send emails via Apple Mail on macOS.

968 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
Qmailing
by qmailing

AI agents read & send email, manage mailboxes, domains and webhooks via the QMailing API.

67 installs/wk answering
AgentMail
by agentmail

Email inboxes for AI agents: send, receive, reply, search, and manage threaded email over MCP.

answering
MCP Server Imap
by aiwerk

Email tools for any IMAP/SMTP provider: list, read, search, send, and manage messages.

152 installs/wk local only

Gmail — questions

Answers built from our own checks of this server.

Why is there no uptime for Gmail?
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 npm package gmail-mcp was installed 292 times last week.
How do I connect 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 gmail-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Gmail?
The npm package gmail-mcp was installed 292 times in the last week. Week over week that is +6%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gmail open source?
We cannot say either way: written in TypeScript, 11 stars on GitHub and 3 open issues, but we could not determine the licence, and without one the code is not open source by default.