Skip to content
Windsurf

gmail attachments mcp for Windsurf

io.github.zayansalman/gmail-attachments-mcp

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

client:Windsurf transport:stdio runtime:pypi

Install gmail attachments mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

gmail attachments mcp in other clients