← Back to browse

google-drive

Indexed by io.github.us-all

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsGOOGLE_CLIENT_ID GOOGLE_CLIENT_SECRET GOOGLE_REFRESH_TOKEN GOOGLE_APPLICATION_CREDENTIALS GOOGLE_SERVICE_ACCOUNT_KEY_PATH GOOGLE_IMPERSONATE_USER GOOGLE_DRIVE_SCOPES GOOGLE_DRIVE_ALLOW_WRITE GD_TOOLS GD_DISABLE
Claude Code
claude mcp add --env GOOGLE_CLIENT_ID= --env GOOGLE_CLIENT_SECRET= --env GOOGLE_REFRESH_TOKEN= --env GOOGLE_APPLICATION_CREDENTIALS= --env GOOGLE_SERVICE_ACCOUNT_KEY_PATH= --env GOOGLE_IMPERSONATE_USER= --env GOOGLE_DRIVE_SCOPES= --env GOOGLE_DRIVE_ALLOW_WRITE= --env GD_TOOLS= --env GD_DISABLE= google-drive -- npx @us-all/google-drive-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"google-drive","command":"npx","args":["@us-all/google-drive-mcp"],"env":{"GOOGLE_CLIENT_ID":"","GOOGLE_CLIENT_SECRET":"","GOOGLE_REFRESH_TOKEN":"","GOOGLE_APPLICATION_CREDENTIALS":"","GOOGLE_SERVICE_ACCOUNT_KEY_PATH":"","GOOGLE_IMPERSONATE_USER":"","GOOGLE_DRIVE_SCOPES":"","GOOGLE_DRIVE_ALLOW_WRITE":"","GD_TOOLS":"","GD_DISABLE":""}}'
JSON
{
  "mcpServers": {
    "google-drive": {
      "command": "npx",
      "args": [
        "@us-all/google-drive-mcp"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "",
        "GOOGLE_CLIENT_SECRET": "",
        "GOOGLE_REFRESH_TOKEN": "",
        "GOOGLE_APPLICATION_CREDENTIALS": "",
        "GOOGLE_SERVICE_ACCOUNT_KEY_PATH": "",
        "GOOGLE_IMPERSONATE_USER": "",
        "GOOGLE_DRIVE_SCOPES": "",
        "GOOGLE_DRIVE_ALLOW_WRITE": "",
        "GD_TOOLS": "",
        "GD_DISABLE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.