gmail-attachments-mcp
Rank #58,793io.github.zayansalman/gmail-attachments-mcp
Minimal MCP server for downloading Gmail attachments to disk. Read-only OAuth by default.
gmail-attachments-mcp is a Model Context Protocol (MCP) server published by zayansalman. It ranks #58,793 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. gmail-attachments-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 22, 2026 and most recently updated on Jun 22, 2026.
Ranks ahead of 56,667 of 115,460 servers on MCP Toplist.
Use gmail-attachments-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add gmail-attachments-mcp -e "GMAIL_MCP_CREDENTIALS=<your GMAIL_MCP_CREDENTIALS>" -e "GMAIL_MCP_TOKEN=<your GMAIL_MCP_TOKEN>" -e "GMAIL_MCP_DEFAULT_DEST_DIR=<your GMAIL_MCP_DEFAULT_DEST_DIR>" -e "GMAIL_MCP_SCOPES=<your GMAIL_MCP_SCOPES>" -- uvx gmail-attachments-mcp serveReplace each placeholder with your own value before saving.
[mcp_servers.gmail-attachments-mcp]
command = "uvx"
args = ["gmail-attachments-mcp", "serve"]
[mcp_servers.gmail-attachments-mcp.env]
GMAIL_MCP_CREDENTIALS = "<your GMAIL_MCP_CREDENTIALS>"
GMAIL_MCP_TOKEN = "<your GMAIL_MCP_TOKEN>"
GMAIL_MCP_DEFAULT_DEST_DIR = "<your GMAIL_MCP_DEFAULT_DEST_DIR>"
GMAIL_MCP_SCOPES = "<your GMAIL_MCP_SCOPES>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gmail-attachments-mcp": {
"command": "uvx",
"args": [
"gmail-attachments-mcp",
"serve"
],
"env": {
"GMAIL_MCP_CREDENTIALS": "<your GMAIL_MCP_CREDENTIALS>",
"GMAIL_MCP_TOKEN": "<your GMAIL_MCP_TOKEN>",
"GMAIL_MCP_DEFAULT_DEST_DIR": "<your GMAIL_MCP_DEFAULT_DEST_DIR>",
"GMAIL_MCP_SCOPES": "<your GMAIL_MCP_SCOPES>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gmail-attachments-mcp": {
"command": "uvx",
"args": [
"gmail-attachments-mcp",
"serve"
],
"env": {
"GMAIL_MCP_CREDENTIALS": "<your GMAIL_MCP_CREDENTIALS>",
"GMAIL_MCP_TOKEN": "<your GMAIL_MCP_TOKEN>",
"GMAIL_MCP_DEFAULT_DEST_DIR": "<your GMAIL_MCP_DEFAULT_DEST_DIR>",
"GMAIL_MCP_SCOPES": "<your GMAIL_MCP_SCOPES>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gmail-attachments-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"gmail-attachments-mcp",
"serve"
],
"env": {
"GMAIL_MCP_CREDENTIALS": "<your GMAIL_MCP_CREDENTIALS>",
"GMAIL_MCP_TOKEN": "<your GMAIL_MCP_TOKEN>",
"GMAIL_MCP_DEFAULT_DEST_DIR": "<your GMAIL_MCP_DEFAULT_DEST_DIR>",
"GMAIL_MCP_SCOPES": "<your GMAIL_MCP_SCOPES>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gmail-attachments-mcp": {
"command": "uvx",
"args": [
"gmail-attachments-mcp",
"serve"
],
"env": {
"GMAIL_MCP_CREDENTIALS": "<your GMAIL_MCP_CREDENTIALS>",
"GMAIL_MCP_TOKEN": "<your GMAIL_MCP_TOKEN>",
"GMAIL_MCP_DEFAULT_DEST_DIR": "<your GMAIL_MCP_DEFAULT_DEST_DIR>",
"GMAIL_MCP_SCOPES": "<your GMAIL_MCP_SCOPES>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gmail-attachments-mcp": {
"command": "uvx",
"args": [
"gmail-attachments-mcp",
"serve"
],
"env": {
"GMAIL_MCP_CREDENTIALS": "<your GMAIL_MCP_CREDENTIALS>",
"GMAIL_MCP_TOKEN": "<your GMAIL_MCP_TOKEN>",
"GMAIL_MCP_DEFAULT_DEST_DIR": "<your GMAIL_MCP_DEFAULT_DEST_DIR>",
"GMAIL_MCP_SCOPES": "<your GMAIL_MCP_SCOPES>"
}
}
}
}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.zayansalman%2Fgmail-attachments-mcp)<a href="https://mcptoplist.com/server/io.github.zayansalman%2Fgmail-attachments-mcp"><img src="https://mcptoplist.com/badge/io.github.zayansalman%2Fgmail-attachments-mcp.svg" alt="MCP Toplist: #58,793 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
zayansalman
Other servers by zayansalman
View all zayansalman servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jun 22, 2026 |
Frequently asked questions
- Who maintains gmail-attachments-mcp?
- gmail-attachments-mcp is maintained by zayansalman, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is gmail-attachments-mcp listed on the Official MCP Registry?
- Yes — gmail-attachments-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does gmail-attachments-mcp have?
- MCP Toplist tracks 1 version of gmail-attachments-mcp, most recently published on Jun 22, 2026.
- Where can I find the source code for gmail-attachments-mcp?
- The source code for gmail-attachments-mcp is hosted at github.com/zayansalman/gmail-attachments-mcp.