Google Drive + Workspace MCP — Docs, Sheets, Slides, Shared Drives, Labels, Approvals, DWD
npx -y @us-all/google-drive-mcp{
"GOOGLE_CLIENT_ID": "YOUR_SECRET_VALUE",
"GOOGLE_CLIENT_SECRET": "YOUR_SECRET_VALUE",
"GOOGLE_REFRESH_TOKEN": "YOUR_SECRET_VALUE",
"GOOGLE_APPLICATION_CREDENTIALS": "YOUR_VALUE_HERE",
"GOOGLE_SERVICE_ACCOUNT_KEY_PATH": "YOUR_VALUE_HERE",
"GOOGLE_IMPERSONATE_USER": "YOUR_VALUE_HERE",
"GOOGLE_DRIVE_SCOPES": "YOUR_VALUE_HERE",
"GOOGLE_DRIVE_ALLOW_WRITE": "false",
"GD_TOOLS": "YOUR_VALUE_HERE",
"GD_DISABLE": "YOUR_VALUE_HERE"
}Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
{
"mcpServers": {
"io-github-us-all-google-drive": {
"command": "npx",
"args": [
"-y",
"@us-all/google-drive-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "YOUR_SECRET_VALUE",
"GOOGLE_CLIENT_SECRET": "YOUR_SECRET_VALUE",
"GOOGLE_REFRESH_TOKEN": "YOUR_SECRET_VALUE",
"GOOGLE_APPLICATION_CREDENTIALS": "YOUR_VALUE_HERE",
"GOOGLE_SERVICE_ACCOUNT_KEY_PATH": "YOUR_VALUE_HERE",
"GOOGLE_IMPERSONATE_USER": "YOUR_VALUE_HERE",
"GOOGLE_DRIVE_SCOPES": "YOUR_VALUE_HERE",
"GOOGLE_DRIVE_ALLOW_WRITE": "false",
"GD_TOOLS": "YOUR_VALUE_HERE",
"GD_DISABLE": "YOUR_VALUE_HERE"
}
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonNo remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.
google-drive is an MCP server for Google Drive + Workspace MCP — Docs, Sheets, Slides, Shared Drives, Labels, Approvals, DWD. It supports STDIO transport.
Use the generated config in Install. This server runs with npx -y @us-all/google-drive-mcp; add any required environment variables before starting your client.
Choose the Claude Desktop tab in Install and copy the config for npx -y @us-all/google-drive-mcp. Add required environment variables before starting Claude Desktop.
Choose the Claude Code tab in Install and copy the config for npx -y @us-all/google-drive-mcp. Add required environment variables before starting Claude Code.
Choose the Codex tab in Install and copy the config for npx -y @us-all/google-drive-mcp. Add required environment variables before starting Codex.
Choose the Cursor or VS Code tab in Install and copy the config for npx -y @us-all/google-drive-mcp. Add required environment variables before starting Cursor or VS Code.
google-drive uses STDIO transport. Use the package or command config in Install.
google-drive inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.
google-drive does not advertise a verified auth requirement. If discovery fails, it may still need provider login, an API key, a bearer token, or a session header.
| Package | Registry | Version | Inputs |
|---|---|---|---|
@us-all/google-drive-mcpstdio | npm | 1.15.0 | Env: GOOGLE_CLIENT_ID secret Env: GOOGLE_CLIENT_SECRET secret Env: GOOGLE_REFRESH_TOKEN secret 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 |