Skip to content
Windsurf

Google Drive for Windsurf

io.github.mcp-z/mcp-drive

Google Drive integration with file operations, folder navigation, search, and sharing

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": {
    "mcp-drive": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp-z/mcp-drive"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "<GOOGLE_CLIENT_ID>",
        "GOOGLE_CLIENT_SECRET": "<GOOGLE_CLIENT_SECRET>",
        "GOOGLE_SERVICE_ACCOUNT_KEY_FILE": "<GOOGLE_SERVICE_ACCOUNT_KEY_FILE>",
        "AUTH_MODE": "<AUTH_MODE>",
        "HEADLESS": "<HEADLESS>",
        "REDIRECT_URI": "<REDIRECT_URI>",
        "RESOURCE_STORE_URI": "<RESOURCE_STORE_URI>",
        "PORT": "<PORT>",
        "BASE_URL": "<BASE_URL>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

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

Google Drive in other clients