Skip to content
Windsurf

google drive for Windsurf

io.github.us-all/google-drive

Google Drive + Workspace MCP — Docs, Sheets, Slides, Shared Drives, Labels, Approvals, DWD

client:Windsurf transport:stdio runtime:npm

Install google drive 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": {
    "google-drive": {
      "command": "npx",
      "args": [
        "-y",
        "@us-all/google-drive-mcp"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "<GOOGLE_CLIENT_ID>",
        "GOOGLE_CLIENT_SECRET": "<GOOGLE_CLIENT_SECRET>",
        "GOOGLE_REFRESH_TOKEN": "<GOOGLE_REFRESH_TOKEN>",
        "GOOGLE_APPLICATION_CREDENTIALS": "<GOOGLE_APPLICATION_CREDENTIALS>",
        "GOOGLE_SERVICE_ACCOUNT_KEY_PATH": "<GOOGLE_SERVICE_ACCOUNT_KEY_PATH>",
        "GOOGLE_IMPERSONATE_USER": "<GOOGLE_IMPERSONATE_USER>",
        "GOOGLE_DRIVE_SCOPES": "<GOOGLE_DRIVE_SCOPES>",
        "GOOGLE_DRIVE_ALLOW_WRITE": "<GOOGLE_DRIVE_ALLOW_WRITE>",
        "GD_TOOLS": "<GD_TOOLS>",
        "GD_DISABLE": "<GD_DISABLE>"
      }
    }
  }
}

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

google drive in other clients