google-drive-files-mcp
Rank #58,795io.github.zayansalman/google-drive-files-mcp
Minimal MCP server for Google Drive file management and Google Sheets editing.
google-drive-files-mcp is a Model Context Protocol (MCP) server published by zayansalman. It ranks #58,795 of 115,460 servers tracked on MCP Toplist. google-drive-files-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 22, 2026 and most recently updated on Jun 22, 2026.
Ranks ahead of 56,665 of 115,460 servers on MCP Toplist.
Use google-drive-files-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add google-drive-files-mcp -e "GDRIVE_FILES_MCP_CREDENTIALS=<your GDRIVE_FILES_MCP_CREDENTIALS>" -e "GDRIVE_FILES_MCP_TOKEN=<your GDRIVE_FILES_MCP_TOKEN>" -e "GDRIVE_FILES_MCP_SCOPES=<your GDRIVE_FILES_MCP_SCOPES>" -- uvx google-drive-files-mcp serveReplace each placeholder with your own value before saving.
[mcp_servers.google-drive-files-mcp]
command = "uvx"
args = ["google-drive-files-mcp", "serve"]
[mcp_servers.google-drive-files-mcp.env]
GDRIVE_FILES_MCP_CREDENTIALS = "<your GDRIVE_FILES_MCP_CREDENTIALS>"
GDRIVE_FILES_MCP_TOKEN = "<your GDRIVE_FILES_MCP_TOKEN>"
GDRIVE_FILES_MCP_SCOPES = "<your GDRIVE_FILES_MCP_SCOPES>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-drive-files-mcp": {
"command": "uvx",
"args": [
"google-drive-files-mcp",
"serve"
],
"env": {
"GDRIVE_FILES_MCP_CREDENTIALS": "<your GDRIVE_FILES_MCP_CREDENTIALS>",
"GDRIVE_FILES_MCP_TOKEN": "<your GDRIVE_FILES_MCP_TOKEN>",
"GDRIVE_FILES_MCP_SCOPES": "<your GDRIVE_FILES_MCP_SCOPES>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-drive-files-mcp": {
"command": "uvx",
"args": [
"google-drive-files-mcp",
"serve"
],
"env": {
"GDRIVE_FILES_MCP_CREDENTIALS": "<your GDRIVE_FILES_MCP_CREDENTIALS>",
"GDRIVE_FILES_MCP_TOKEN": "<your GDRIVE_FILES_MCP_TOKEN>",
"GDRIVE_FILES_MCP_SCOPES": "<your GDRIVE_FILES_MCP_SCOPES>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"google-drive-files-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"google-drive-files-mcp",
"serve"
],
"env": {
"GDRIVE_FILES_MCP_CREDENTIALS": "<your GDRIVE_FILES_MCP_CREDENTIALS>",
"GDRIVE_FILES_MCP_TOKEN": "<your GDRIVE_FILES_MCP_TOKEN>",
"GDRIVE_FILES_MCP_SCOPES": "<your GDRIVE_FILES_MCP_SCOPES>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-drive-files-mcp": {
"command": "uvx",
"args": [
"google-drive-files-mcp",
"serve"
],
"env": {
"GDRIVE_FILES_MCP_CREDENTIALS": "<your GDRIVE_FILES_MCP_CREDENTIALS>",
"GDRIVE_FILES_MCP_TOKEN": "<your GDRIVE_FILES_MCP_TOKEN>",
"GDRIVE_FILES_MCP_SCOPES": "<your GDRIVE_FILES_MCP_SCOPES>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-drive-files-mcp": {
"command": "uvx",
"args": [
"google-drive-files-mcp",
"serve"
],
"env": {
"GDRIVE_FILES_MCP_CREDENTIALS": "<your GDRIVE_FILES_MCP_CREDENTIALS>",
"GDRIVE_FILES_MCP_TOKEN": "<your GDRIVE_FILES_MCP_TOKEN>",
"GDRIVE_FILES_MCP_SCOPES": "<your GDRIVE_FILES_MCP_SCOPES>"
}
}
}
}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.zayansalman%2Fgoogle-drive-files-mcp)<a href="https://mcptoplist.com/server/io.github.zayansalman%2Fgoogle-drive-files-mcp"><img src="https://mcptoplist.com/badge/io.github.zayansalman%2Fgoogle-drive-files-mcp.svg" alt="MCP Toplist: #58,795 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
zayansalman
Other servers by zayansalman
View all zayansalman servers →Available versions (1)
| Version | Published |
|---|---|
| 0.3.0 | Jun 22, 2026 |
Frequently asked questions
- Who maintains google-drive-files-mcp?
- google-drive-files-mcp is maintained by zayansalman, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is google-drive-files-mcp listed on the Official MCP Registry?
- Yes — google-drive-files-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does google-drive-files-mcp have?
- MCP Toplist tracks 1 version of google-drive-files-mcp, most recently published on Jun 22, 2026.
- Where can I find the source code for google-drive-files-mcp?
- The source code for google-drive-files-mcp is hosted at github.com/zayansalman/google-drive-files-mcp.