mcps / google-drive
✓ MCPExplorer Verified

Google Drive MCP server

Search and read Drive files, read and edit Sheets, from your agent.

ProductivityGoogle OAuthFree · open source

01What it is

A popular community MCP server for Google Drive: an agent can search and read files across your Drive and read and edit Google Sheets, over a Google OAuth connection you control. For the full Google Workspace suite (Gmail, Calendar, Chat) from Google's own servers, see the Google Workspace MCP page.

Who it’s for: Anyone who wants an agent that can find and read Drive documents and work with Sheets data directly.


02Highlights
Search & read Drive
Find files across your Drive and pull their contents into the agent.
Read & edit Sheets
Read spreadsheet data and update cells from the loop.
OAuth-scoped
Runs over a Google OAuth connection with the scopes you grant.

03Add it to your agent

Local MCP server — runs on your machine via the command below.

claude mcp add google-drive -e CLIENT_ID=xxx -e CLIENT_SECRET=xxx -e GDRIVE_CREDS_DIR=/path -- npx -y @isaacphi/mcp-gdrive
{ "mcpServers": { "google-drive": { "command": "npx", "args": ["-y","@isaacphi/mcp-gdrive"] } } }

07FAQ
What is Google Drive MCP?

A popular community MCP server for Google Drive: an agent can search and read files across your Drive and read and edit Google Sheets, over a Google OAuth connection you control. For the full Google Workspace suite (Gmail, Calendar, Chat) from Google's own servers, see the Google Workspace MCP page.

Who is Google Drive for?

Anyone who wants an agent that can find and read Drive documents and work with Sheets data directly.

How do I connect Google Drive to my agent?

Google Drive runs locally over stdio. Add it to your MCP client config: claude mcp add google-drive -e CLIENT_ID=xxx -e CLIENT_SECRET=xxx -e GDRIVE_CREDS_DIR=/path -- npx -y @isaacphi/mcp-gdrive.

Does Google Drive require authentication?

Yes — Google Drive authenticates with Google OAuth. You connect your own account, and it acts only within the scopes you grant.

How much does Google Drive cost?

Free · open source.

Is Google Drive verified on MCPExplorer?

Yes — Google Drive is hand-checked and featured on MCPExplorer. We pull its real tool surface, required scopes, and risk labels from the live index so you can see exactly what it does before connecting.


08Similar MCPs

Other MCP servers worth a look in Productivity.

Google Workspace
Productivity
Gmail, Calendar & Drive for agents.
Google Docs
Productivity
Create, read, and edit Google Docs from your agent.
ChatSEO
SEO & content
An AI SEO agent inside your MCP client.
Apex
LinkedIn & outbound
Governed LinkedIn hands for your AI agent.

09Badge

Google Drive is featured on MCPExplorer. Add this badge to Google Drive’s site or README — it links back to this page.

Google Drive MCP — as seen on mcpexplorer.com

HTML — for your website

<a href="https://mcpexplorer.com/mcps/google-drive" target="_blank" rel="noopener"><img src="https://mcpexplorer.com/badge/google-drive.svg" alt="Google Drive MCP — as seen on mcpexplorer.com" height="20" /></a>

Markdown — for a README

[![Google Drive MCP — as seen on mcpexplorer.com](https://mcpexplorer.com/badge/google-drive.svg)](https://mcpexplorer.com/mcps/google-drive)

Get started

Set up Google Drive and put it to work — Free · open source. Or see its full verified profile.