Gmail
Rank #52,288io.github.markswendsen-code/gmail
MCP server providing gmail capabilities
Gmail is a Model Context Protocol (MCP) server published by markswendsen-code. It ranks #52,288 of 115,460 servers tracked on MCP Toplist. Gmail is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Mar 9, 2026 and most recently updated on Mar 9, 2026.
Ranks ahead of 63,172 of 115,460 servers on MCP Toplist.
Use Gmail
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add gmail -e "GOOGLE_CLIENT_ID=<your GOOGLE_CLIENT_ID>" -e "GOOGLE_CLIENT_SECRET=<your GOOGLE_CLIENT_SECRET>" -e "GOOGLE_REFRESH_TOKEN=<your GOOGLE_REFRESH_TOKEN>" -- npx -y @striderlabs/mcp-gmailReplace each placeholder with your own value before saving.
[mcp_servers.gmail]
command = "npx"
args = ["-y", "@striderlabs/mcp-gmail"]
[mcp_servers.gmail.env]
GOOGLE_CLIENT_ID = "<your GOOGLE_CLIENT_ID>"
GOOGLE_CLIENT_SECRET = "<your GOOGLE_CLIENT_SECRET>"
GOOGLE_REFRESH_TOKEN = "<your GOOGLE_REFRESH_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gmail": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-gmail"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>",
"GOOGLE_REFRESH_TOKEN": "<your GOOGLE_REFRESH_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gmail": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-gmail"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>",
"GOOGLE_REFRESH_TOKEN": "<your GOOGLE_REFRESH_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gmail": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-gmail"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>",
"GOOGLE_REFRESH_TOKEN": "<your GOOGLE_REFRESH_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gmail": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-gmail"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>",
"GOOGLE_REFRESH_TOKEN": "<your GOOGLE_REFRESH_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gmail": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-gmail"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>",
"GOOGLE_REFRESH_TOKEN": "<your GOOGLE_REFRESH_TOKEN>"
}
}
}
}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.markswendsen-code%2Fgmail)<a href="https://mcptoplist.com/server/io.github.markswendsen-code%2Fgmail"><img src="https://mcptoplist.com/badge/io.github.markswendsen-code%2Fgmail.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
markswendsen-code
Other servers by markswendsen-code
- Instacart#12,609 · 7 vers
- Doordash#13,236 · 8 vers
- Walmart#28,101 · 2 vers
- Delta#30,085 · 1 ver
- Ubereats#34,138 · 1 ver
- @striderlabs/mcp-marriott#34,223
- Chase MCP Server#38,095
- Grubhub#39,133 · 3 vers
- MCP Booking#39,494
- Southwest#39,943 · 1 ver
- Crunchyroll#43,596 · 2 vers
- Opentable#43,597 · 2 vers
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Mar 9, 2026 |
Frequently asked questions
- Who maintains Gmail?
- Gmail is maintained by markswendsen-code, which publishes 87 MCP servers (38 total versions) tracked on MCP Toplist.
- Is Gmail listed on the Official MCP Registry?
- Yes — Gmail is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Gmail have?
- MCP Toplist tracks 1 version of Gmail, most recently published on Mar 9, 2026.
- Where can I find the source code for Gmail?
- The source code for Gmail is hosted at github.com/markswendsen-code/mcp-gmail.