Gmail MCP Server (ArtyMcLabin fork)
Rank #5,703io.github.ArtyMcLabin/Gmail-MCP-Server
Lean Gmail MCP server with auto authentication support
Gmail MCP Server (ArtyMcLabin fork) is a Model Context Protocol (MCP) server published by artymclabin. It ranks #5,703 of 115,591 servers tracked on MCP Toplist, and its repository has 230 GitHub stars. Gmail MCP Server (ArtyMcLabin fork) is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 1 tracked version. It was first listed on Jul 10, 2026 and most recently updated on Jul 10, 2026.
Ranks ahead of 109,888 of 115,591 servers on MCP Toplist.
Use Gmail MCP Server (ArtyMcLabin fork)
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add gmail-mcp-server -e "GMAIL_OAUTH_PATH=<your GMAIL_OAUTH_PATH>" -e "GMAIL_CREDENTIALS_PATH=<your GMAIL_CREDENTIALS_PATH>" -- npx -y @artymclabin/gmail-mcpReplace each placeholder with your own value before saving.
[mcp_servers.gmail-mcp-server]
command = "npx"
args = ["-y", "@artymclabin/gmail-mcp"]
[mcp_servers.gmail-mcp-server.env]
GMAIL_OAUTH_PATH = "<your GMAIL_OAUTH_PATH>"
GMAIL_CREDENTIALS_PATH = "<your GMAIL_CREDENTIALS_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gmail-mcp-server": {
"command": "npx",
"args": [
"-y",
"@artymclabin/gmail-mcp"
],
"env": {
"GMAIL_OAUTH_PATH": "<your GMAIL_OAUTH_PATH>",
"GMAIL_CREDENTIALS_PATH": "<your GMAIL_CREDENTIALS_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gmail-mcp-server": {
"command": "npx",
"args": [
"-y",
"@artymclabin/gmail-mcp"
],
"env": {
"GMAIL_OAUTH_PATH": "<your GMAIL_OAUTH_PATH>",
"GMAIL_CREDENTIALS_PATH": "<your GMAIL_CREDENTIALS_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gmail-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@artymclabin/gmail-mcp"
],
"env": {
"GMAIL_OAUTH_PATH": "<your GMAIL_OAUTH_PATH>",
"GMAIL_CREDENTIALS_PATH": "<your GMAIL_CREDENTIALS_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gmail-mcp-server": {
"command": "npx",
"args": [
"-y",
"@artymclabin/gmail-mcp"
],
"env": {
"GMAIL_OAUTH_PATH": "<your GMAIL_OAUTH_PATH>",
"GMAIL_CREDENTIALS_PATH": "<your GMAIL_CREDENTIALS_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gmail-mcp-server": {
"command": "npx",
"args": [
"-y",
"@artymclabin/gmail-mcp"
],
"env": {
"GMAIL_OAUTH_PATH": "<your GMAIL_OAUTH_PATH>",
"GMAIL_CREDENTIALS_PATH": "<your GMAIL_CREDENTIALS_PATH>"
}
}
}
}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.ArtyMcLabin%2FGmail-MCP-Server)<a href="https://mcptoplist.com/server/io.github.ArtyMcLabin%2FGmail-MCP-Server"><img src="https://mcptoplist.com/badge/io.github.ArtyMcLabin%2FGmail-MCP-Server.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
artymclabin
Available versions (1)
| Version | Published |
|---|---|
| 1.2.1 | Jul 10, 2026 |
Frequently asked questions
- Who maintains Gmail MCP Server (ArtyMcLabin fork)?
- Gmail MCP Server (ArtyMcLabin fork) is maintained by artymclabin, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Gmail MCP Server (ArtyMcLabin fork) listed on the Official MCP Registry?
- Yes — Gmail MCP Server (ArtyMcLabin fork) is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Gmail MCP Server (ArtyMcLabin fork) have?
- MCP Toplist tracks 1 version of Gmail MCP Server (ArtyMcLabin fork), most recently published on Jul 10, 2026.
- Where can I find the source code for Gmail MCP Server (ArtyMcLabin fork)?
- The source code for Gmail MCP Server (ArtyMcLabin fork) is hosted at github.com/artymclabin/gmail-mcp-server.