Skip to content
Zed

Google Drive MCP for Zed

io.github.piotr-agier/google-drive-mcp

Secure access to Google Drive, Docs, Sheets, Slides, and Calendar through MCP.

client:Zed transport:stdio runtime:npm

Install Google Drive 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": {
    "google-drive-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@piotr-agier/google-drive-mcp"
      ],
      "env": {
        "GOOGLE_DRIVE_OAUTH_CREDENTIALS": "<GOOGLE_DRIVE_OAUTH_CREDENTIALS>"
      }
    }
  }
}

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

Google Drive MCP in other clients