io.github.us-all/google-drive✓
io.github.us-all/google-drive · v1.15.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.us-all/google-drive",
"description": "Google Drive + Workspace MCP — Docs, Sheets, Slides, Shared Drives, Labels, Approvals, DWD",
"repository": {
"url": "https://github.com/us-all/google-drive-mcp-server",
"source": "github"
},
"version": "1.15.0",
"packages": [
{
"registryType": "npm",
"identifier": "@us-all/google-drive-mcp",
"version": "1.15.0",
"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. Default scopes cover Drive + Docs + Sheets + Slides read/write.",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}