google-drive-mcp-server
Rank #14,780io.github.us-all/google-drive
Google Drive + Workspace MCP — Docs, Sheets, Slides, Shared Drives, Labels, Approvals, DWD
google-drive-mcp-server is a Model Context Protocol (MCP) server published by us-all. It ranks #14,780 of 115,460 servers tracked on MCP Toplist. google-drive-mcp-server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 3 tracked versions. It was first listed on Mar 26, 2026 and most recently updated on May 30, 2026.
Ranks ahead of 100,680 of 115,460 servers on MCP Toplist.
Use google-drive-mcp-server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add google-drive -e "GOOGLE_CLIENT_ID=<your GOOGLE_CLIENT_ID>" -e "GOOGLE_CLIENT_SECRET=<your GOOGLE_CLIENT_SECRET>" -e "GOOGLE_REFRESH_TOKEN=<your GOOGLE_REFRESH_TOKEN>" -e "GOOGLE_APPLICATION_CREDENTIALS=<your GOOGLE_APPLICATION_CREDENTIALS>" -e "GOOGLE_SERVICE_ACCOUNT_KEY_PATH=<your GOOGLE_SERVICE_ACCOUNT_KEY_PATH>" -e "GOOGLE_IMPERSONATE_USER=<your GOOGLE_IMPERSONATE_USER>" -e "GOOGLE_DRIVE_SCOPES=<your GOOGLE_DRIVE_SCOPES>" -e "GOOGLE_DRIVE_ALLOW_WRITE=<your GOOGLE_DRIVE_ALLOW_WRITE>" -e "GD_TOOLS=<your GD_TOOLS>" -e "GD_DISABLE=<your GD_DISABLE>" -- npx -y @us-all/google-drive-mcpReplace each placeholder with your own value before saving.
[mcp_servers.google-drive]
command = "npx"
args = ["-y", "@us-all/google-drive-mcp"]
[mcp_servers.google-drive.env]
GOOGLE_CLIENT_ID = "<your GOOGLE_CLIENT_ID>"
GOOGLE_CLIENT_SECRET = "<your GOOGLE_CLIENT_SECRET>"
GOOGLE_REFRESH_TOKEN = "<your GOOGLE_REFRESH_TOKEN>"
GOOGLE_APPLICATION_CREDENTIALS = "<your GOOGLE_APPLICATION_CREDENTIALS>"
GOOGLE_SERVICE_ACCOUNT_KEY_PATH = "<your GOOGLE_SERVICE_ACCOUNT_KEY_PATH>"
GOOGLE_IMPERSONATE_USER = "<your GOOGLE_IMPERSONATE_USER>"
GOOGLE_DRIVE_SCOPES = "<your GOOGLE_DRIVE_SCOPES>"
GOOGLE_DRIVE_ALLOW_WRITE = "<your GOOGLE_DRIVE_ALLOW_WRITE>"
GD_TOOLS = "<your GD_TOOLS>"
GD_DISABLE = "<your GD_DISABLE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-drive": {
"command": "npx",
"args": [
"-y",
"@us-all/google-drive-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>",
"GOOGLE_REFRESH_TOKEN": "<your GOOGLE_REFRESH_TOKEN>",
"GOOGLE_APPLICATION_CREDENTIALS": "<your GOOGLE_APPLICATION_CREDENTIALS>",
"GOOGLE_SERVICE_ACCOUNT_KEY_PATH": "<your GOOGLE_SERVICE_ACCOUNT_KEY_PATH>",
"GOOGLE_IMPERSONATE_USER": "<your GOOGLE_IMPERSONATE_USER>",
"GOOGLE_DRIVE_SCOPES": "<your GOOGLE_DRIVE_SCOPES>",
"GOOGLE_DRIVE_ALLOW_WRITE": "<your GOOGLE_DRIVE_ALLOW_WRITE>",
"GD_TOOLS": "<your GD_TOOLS>",
"GD_DISABLE": "<your GD_DISABLE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-drive": {
"command": "npx",
"args": [
"-y",
"@us-all/google-drive-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>",
"GOOGLE_REFRESH_TOKEN": "<your GOOGLE_REFRESH_TOKEN>",
"GOOGLE_APPLICATION_CREDENTIALS": "<your GOOGLE_APPLICATION_CREDENTIALS>",
"GOOGLE_SERVICE_ACCOUNT_KEY_PATH": "<your GOOGLE_SERVICE_ACCOUNT_KEY_PATH>",
"GOOGLE_IMPERSONATE_USER": "<your GOOGLE_IMPERSONATE_USER>",
"GOOGLE_DRIVE_SCOPES": "<your GOOGLE_DRIVE_SCOPES>",
"GOOGLE_DRIVE_ALLOW_WRITE": "<your GOOGLE_DRIVE_ALLOW_WRITE>",
"GD_TOOLS": "<your GD_TOOLS>",
"GD_DISABLE": "<your GD_DISABLE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"google-drive": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@us-all/google-drive-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>",
"GOOGLE_REFRESH_TOKEN": "<your GOOGLE_REFRESH_TOKEN>",
"GOOGLE_APPLICATION_CREDENTIALS": "<your GOOGLE_APPLICATION_CREDENTIALS>",
"GOOGLE_SERVICE_ACCOUNT_KEY_PATH": "<your GOOGLE_SERVICE_ACCOUNT_KEY_PATH>",
"GOOGLE_IMPERSONATE_USER": "<your GOOGLE_IMPERSONATE_USER>",
"GOOGLE_DRIVE_SCOPES": "<your GOOGLE_DRIVE_SCOPES>",
"GOOGLE_DRIVE_ALLOW_WRITE": "<your GOOGLE_DRIVE_ALLOW_WRITE>",
"GD_TOOLS": "<your GD_TOOLS>",
"GD_DISABLE": "<your GD_DISABLE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-drive": {
"command": "npx",
"args": [
"-y",
"@us-all/google-drive-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>",
"GOOGLE_REFRESH_TOKEN": "<your GOOGLE_REFRESH_TOKEN>",
"GOOGLE_APPLICATION_CREDENTIALS": "<your GOOGLE_APPLICATION_CREDENTIALS>",
"GOOGLE_SERVICE_ACCOUNT_KEY_PATH": "<your GOOGLE_SERVICE_ACCOUNT_KEY_PATH>",
"GOOGLE_IMPERSONATE_USER": "<your GOOGLE_IMPERSONATE_USER>",
"GOOGLE_DRIVE_SCOPES": "<your GOOGLE_DRIVE_SCOPES>",
"GOOGLE_DRIVE_ALLOW_WRITE": "<your GOOGLE_DRIVE_ALLOW_WRITE>",
"GD_TOOLS": "<your GD_TOOLS>",
"GD_DISABLE": "<your GD_DISABLE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-drive": {
"command": "npx",
"args": [
"-y",
"@us-all/google-drive-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>",
"GOOGLE_REFRESH_TOKEN": "<your GOOGLE_REFRESH_TOKEN>",
"GOOGLE_APPLICATION_CREDENTIALS": "<your GOOGLE_APPLICATION_CREDENTIALS>",
"GOOGLE_SERVICE_ACCOUNT_KEY_PATH": "<your GOOGLE_SERVICE_ACCOUNT_KEY_PATH>",
"GOOGLE_IMPERSONATE_USER": "<your GOOGLE_IMPERSONATE_USER>",
"GOOGLE_DRIVE_SCOPES": "<your GOOGLE_DRIVE_SCOPES>",
"GOOGLE_DRIVE_ALLOW_WRITE": "<your GOOGLE_DRIVE_ALLOW_WRITE>",
"GD_TOOLS": "<your GD_TOOLS>",
"GD_DISABLE": "<your GD_DISABLE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.us-all%2Fgoogle-drive)<a href="https://mcptoplist.com/server/io.github.us-all%2Fgoogle-drive"><img src="https://mcptoplist.com/badge/io.github.us-all%2Fgoogle-drive.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
us-all
Other servers by us-all
- android-mcp-server#7,541 · 1 ver
- airflow-mcp-server#9,058 · 4 vers
- unifi-mcp-server#10,146 · 2 vers
- datadog-mcp-server#13,410 · 1 ver
- openmetadata-mcp-server#15,074 · 3 vers
- @us-all/dbt-mcp#15,659 · 2 vers
- mlflow-mcp-server#16,924 · 2 vers
Available versions (3)
| Version | Published |
|---|---|
| 1.15.5 | May 30, 2026 |
| 1.15.0 | May 6, 2026 |
| 1.14.1 | May 6, 2026 |
Frequently asked questions
- Who maintains google-drive-mcp-server?
- google-drive-mcp-server is maintained by us-all, which publishes 8 MCP servers (18 total versions) tracked on MCP Toplist.
- Is google-drive-mcp-server listed on the Official MCP Registry?
- Yes — google-drive-mcp-server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does google-drive-mcp-server have?
- MCP Toplist tracks 3 versions of google-drive-mcp-server, most recently published on May 30, 2026.
- Where can I find the source code for google-drive-mcp-server?
- The source code for google-drive-mcp-server is hosted at github.com/us-all/google-drive-mcp-server.