Google Drive
Rank #86,205smithery/node2flow/google-drive
MCP server for Google Drive API v3 : search, read, create, share, and manage files and folders. ## Features - Search files with powerful query syntax (name, type, folder, date, full-text) - Read text file content and export Google Workspace files (Docs, Sheets, Slides) - Create, copy, rename, move, star, trash, and permanently delete files - Share files with users, groups, domains, or make public with role-based access - Add comments and threaded replies on files, resolve comment threads - Manage shared drives (create, list, delete) - View file revision history and storage quota ## 23 Tools - **Files (10):** search, get metadata, read content, create, update, copy, delete, export, create folder, empty trash - **Permissions (3):** list permissions, share file, unshare file - **Comments (3):** list, create, delete comments - **Replies (2):** list, create replies (with resolve/reopen actions) - **Shared Drives (3):** list, create, delete shared drives - **Revisions (1):** list file revision history - **About (1):** user info, storage quota, import/export formats ## Configuration - `GOOGLE_CLIENT_ID` : OAuth 2.0 Client ID from Google Cloud Console - `GOOGLE_CLIENT_SECRET` : OAuth 2.0 Client Secret - `GOOGLE_REFRESH_TOKEN` : Refresh token obtained via OAuth consent flow with `drive` scope (use Google OAuth Playground)
Google Drive is a Model Context Protocol (MCP) server published by node2flow-th. It ranks #86,205 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Google Drive is listed on Smithery, and ships as a single rolling release with no explicit version metadata. It was first listed on Feb 14, 2026.
Ranks ahead of 29,255 of 115,460 servers on MCP Toplist.
Use Google Drive
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http google-drive https://server.smithery.ai/node2flow/google-drive/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.google-drive]
url = "https://server.smithery.ai/node2flow/google-drive/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://server.smithery.ai/node2flow/google-drive/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"google-drive": {
"url": "https://server.smithery.ai/node2flow/google-drive/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"google-drive": {
"type": "http",
"url": "https://server.smithery.ai/node2flow/google-drive/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"google-drive": {
"serverUrl": "https://server.smithery.ai/node2flow/google-drive/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"google-drive": {
"url": "https://server.smithery.ai/node2flow/google-drive/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
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/smithery%2Fnode2flow%2Fgoogle-drive)<a href="https://mcptoplist.com/server/smithery%2Fnode2flow%2Fgoogle-drive"><img src="https://mcptoplist.com/badge/smithery%2Fnode2flow%2Fgoogle-drive.svg" alt="MCP Toplist: #86,205 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
node2flow-th
Other servers by node2flow-th
- Notion#52,444
- Airtable#86,197
- Binance#86,198
- Binance TH#86,199
- Bitkub#86,200
- Gemini File Search#86,201
- Gmail#86,202
- Google Calendar#86,203
- Google Docs#86,204
- Google Sheets#86,206
- Line-bot#86,208
- n8n-Management#86,209
Not versioned
This server is published through a registry that does not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Google Drive?
- Google Drive is maintained by node2flow-th, which publishes 21 MCP servers (0 total versions) tracked on MCP Toplist.
- Is Google Drive listed on the Official MCP Registry?
- Google Drive is not on the Official MCP Registry. It is listed on Smithery.
- How many versions does Google Drive have?
- Google Drive ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Google Drive?
- The source code for Google Drive is hosted at github.com/node2flow-th/google-drive-mcp-community.