Skip to content

google drive files mcp for Zed

io.github.zayansalman/google-drive-files-mcp

Minimal MCP server for Google Drive file management and Google Sheets editing.

client:Zed transport:stdio runtime:pypi

Install google drive files 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-files-mcp": {
      "command": "uvx",
      "args": [
        "google-drive-files-mcp"
      ],
      "env": {
        "GDRIVE_FILES_MCP_CREDENTIALS": "<GDRIVE_FILES_MCP_CREDENTIALS>",
        "GDRIVE_FILES_MCP_TOKEN": "<GDRIVE_FILES_MCP_TOKEN>",
        "GDRIVE_FILES_MCP_SCOPES": "<GDRIVE_FILES_MCP_SCOPES>"
      }
    }
  }
}

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

google drive files mcp in other clients