Google Drive MCP
Rank #1,218io.github.piotr-agier/google-drive-mcp
Secure access to Google Drive, Docs, Sheets, Slides, and Calendar through MCP.
Google Drive MCP is a Model Context Protocol (MCP) server published by piotr-agier. It ranks #1,218 of 115,460 servers tracked on MCP Toplist, and its repository has 207 GitHub stars. Google Drive MCP is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Feb 15, 2026 and most recently updated on Aug 21, 2026.
Ranks ahead of 114,242 of 115,460 servers on MCP Toplist.
Use Google Drive MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add google-drive-mcp -e "GOOGLE_DRIVE_OAUTH_CREDENTIALS=<your GOOGLE_DRIVE_OAUTH_CREDENTIALS>" -- npx -y @piotr-agier/google-drive-mcpReplace each placeholder with your own value before saving.
[mcp_servers.google-drive-mcp]
command = "npx"
args = ["-y", "@piotr-agier/google-drive-mcp"]
[mcp_servers.google-drive-mcp.env]
GOOGLE_DRIVE_OAUTH_CREDENTIALS = "<your GOOGLE_DRIVE_OAUTH_CREDENTIALS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-drive-mcp": {
"command": "npx",
"args": [
"-y",
"@piotr-agier/google-drive-mcp"
],
"env": {
"GOOGLE_DRIVE_OAUTH_CREDENTIALS": "<your GOOGLE_DRIVE_OAUTH_CREDENTIALS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-drive-mcp": {
"command": "npx",
"args": [
"-y",
"@piotr-agier/google-drive-mcp"
],
"env": {
"GOOGLE_DRIVE_OAUTH_CREDENTIALS": "<your GOOGLE_DRIVE_OAUTH_CREDENTIALS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"google-drive-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@piotr-agier/google-drive-mcp"
],
"env": {
"GOOGLE_DRIVE_OAUTH_CREDENTIALS": "<your GOOGLE_DRIVE_OAUTH_CREDENTIALS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-drive-mcp": {
"command": "npx",
"args": [
"-y",
"@piotr-agier/google-drive-mcp"
],
"env": {
"GOOGLE_DRIVE_OAUTH_CREDENTIALS": "<your GOOGLE_DRIVE_OAUTH_CREDENTIALS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-drive-mcp": {
"command": "npx",
"args": [
"-y",
"@piotr-agier/google-drive-mcp"
],
"env": {
"GOOGLE_DRIVE_OAUTH_CREDENTIALS": "<your GOOGLE_DRIVE_OAUTH_CREDENTIALS>"
}
}
}
}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.piotr-agier%2Fgoogle-drive-mcp)<a href="https://mcptoplist.com/server/io.github.piotr-agier%2Fgoogle-drive-mcp"><img src="https://mcptoplist.com/badge/io.github.piotr-agier%2Fgoogle-drive-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
piotr-agier
Available versions (1)
| Version | Published |
|---|---|
| 2.6.0 | Aug 21, 2026 |
Frequently asked questions
- Who maintains Google Drive MCP?
- Google Drive MCP is maintained by piotr-agier, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Google Drive MCP listed on the Official MCP Registry?
- Yes — Google Drive MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Google Drive MCP have?
- MCP Toplist tracks 1 version of Google Drive MCP, most recently published on Aug 21, 2026.
- Where can I find the source code for Google Drive MCP?
- The source code for Google Drive MCP is hosted at github.com/piotr-agier/google-drive-mcp.