multi-gmail-mcp
Rank #11,382io.github.gx-55/multi-gmail-mcp
Manage multiple Gmail accounts in Claude Desktop — search, send, reply, draft, and organize.
multi-gmail-mcp is a Model Context Protocol (MCP) server published by gx-55. It ranks #11,382 of 115,591 servers tracked on MCP Toplist, and its repository has 18 GitHub stars. multi-gmail-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 27, 2026 and most recently updated on Apr 27, 2026.
Ranks ahead of 104,209 of 115,591 servers on MCP Toplist.
Use multi-gmail-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add multi-gmail-mcp -e "GOOGLE_CLIENT_ID=<your GOOGLE_CLIENT_ID>" -e "GOOGLE_CLIENT_SECRET=<your GOOGLE_CLIENT_SECRET>" -- npx -y multi-gmail-mcpReplace each placeholder with your own value before saving.
[mcp_servers.multi-gmail-mcp]
command = "npx"
args = ["-y", "multi-gmail-mcp"]
[mcp_servers.multi-gmail-mcp.env]
GOOGLE_CLIENT_ID = "<your GOOGLE_CLIENT_ID>"
GOOGLE_CLIENT_SECRET = "<your GOOGLE_CLIENT_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"multi-gmail-mcp": {
"command": "npx",
"args": [
"-y",
"multi-gmail-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"multi-gmail-mcp": {
"command": "npx",
"args": [
"-y",
"multi-gmail-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"multi-gmail-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"multi-gmail-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"multi-gmail-mcp": {
"command": "npx",
"args": [
"-y",
"multi-gmail-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"multi-gmail-mcp": {
"command": "npx",
"args": [
"-y",
"multi-gmail-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.gx-55%2Fmulti-gmail-mcp)<a href="https://mcptoplist.com/server/io.github.gx-55%2Fmulti-gmail-mcp"><img src="https://mcptoplist.com/badge/io.github.gx-55%2Fmulti-gmail-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
gx-55
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Apr 27, 2026 |
Frequently asked questions
- Who maintains multi-gmail-mcp?
- multi-gmail-mcp is maintained by gx-55, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is multi-gmail-mcp listed on the Official MCP Registry?
- Yes — multi-gmail-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does multi-gmail-mcp have?
- MCP Toplist tracks 1 version of multi-gmail-mcp, most recently published on Apr 27, 2026.
- Where can I find the source code for multi-gmail-mcp?
- The source code for multi-gmail-mcp is hosted at github.com/gx-55/multi-gmail-mcp.