← Back to Plugins
MCP Server MCP

io.github.us-all/google-drive

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @us-all/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@us-all/google-drive-mcp",
      "version": "1.15.8",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "OAuth client ID. Required for OAuth refresh-token auth method.",
          "isSecret": true,
          "name": "GOOGLE_CLIENT_ID"
        },
        {
          "description": "OAuth client secret. Required for OAuth refresh-token auth method.",
          "isSecret": true,
          "name": "GOOGLE_CLIENT_SECRET"
        },
        {
          "description": "OAuth refresh token. Required for OAuth refresh-token auth method.",
          "isSecret": true,
          "name": "GOOGLE_REFRESH_TOKEN"
        },
        {
          "description": "Path to service account JSON key. Required for SA + DWD auth method (alternative to OAuth).",
          "name": "GOOGLE_APPLICATION_CREDENTIALS"
        },
        {
          "description": "Alias for GOOGLE_APPLICATION_CREDENTIALS.",
          "name": "GOOGLE_SERVICE_ACCOUNT_KEY_PATH"
        },
        {
          "description": "Workspace user email to impersonate (DWD). Required when using service account auth.",
          "name": "GOOGLE_IMPERSONATE_USER"
        },
        {
          "description": "Comma-separated OAuth scopes. Defaults are read-only; write mode broadens Drive/Docs scopes as needed.",
          "name": "GOOGLE_DRIVE_SCOPES"
        },
        {
          "description": "Set to 'true' to enable write tools. Default read-only.",
          "default": "false",
          "name": "GOOGLE_DRIVE_ALLOW_WRITE"
        },
        {
          "description": "Comma-separated category allowlist. Default: all categories enabled.",
          "name": "GD_TOOLS"
        },
        {
          "description": "Comma-separated category disablelist.",
          "name": "GD_DISABLE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...