Loading MCP server directory, please wait...
Minimal MCP server for downloading Gmail attachments to disk. Read-only OAuth by default.
npx @getmcp/cli add io.github.zayansalman/gmail-attachments-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.zayansalman/gmail-attachments-mcp": {
"command": "uvx",
"args": [
"gmail-attachments-mcp",
"serve"
],
"env": {
"GMAIL_MCP_CREDENTIALS": "",
"GMAIL_MCP_TOKEN": "",
"GMAIL_MCP_DEFAULT_DEST_DIR": "",
"GMAIL_MCP_SCOPES": ""
}
}
}
}