Skip to content

gmail attachments mcp for Zed

io.github.zayansalman/gmail-attachments-mcp

Minimal MCP server for downloading Gmail attachments to disk. Read-only OAuth by default.

client:Zed transport:stdio runtime:pypi

Install gmail attachments mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "gmail-attachments-mcp": {
      "command": "uvx",
      "args": [
        "gmail-attachments-mcp"
      ],
      "env": {
        "GMAIL_MCP_CREDENTIALS": "<GMAIL_MCP_CREDENTIALS>",
        "GMAIL_MCP_TOKEN": "<GMAIL_MCP_TOKEN>",
        "GMAIL_MCP_DEFAULT_DEST_DIR": "<GMAIL_MCP_DEFAULT_DEST_DIR>",
        "GMAIL_MCP_SCOPES": "<GMAIL_MCP_SCOPES>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

gmail attachments mcp in other clients