Google Drive MCP Server
OfficialSearch and read files from your Google Drive with AI
The official Google Drive MCP server allows your AI assistant to search, read, and export files from your Google Drive. Access Google Docs, Sheets, Slides, and uploaded files through natural language. Authenticate once with OAuth2 and the server remembers your credentials. Particularly useful for research workflows where relevant documents are scattered across Drive folders.
Install Config
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json· Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"google-drive": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gdrive"
]
}
}
}Available Tools (2)
| Tool name | Description |
|---|---|
| gdrive_search | Search for files across Google Drive |
| gdrive_read_file | Read the content of a Google Doc, Sheet, or file |
Example Prompts
- “Search my Drive for the Q4 marketing report”
- “Read the content of my project proposal doc”
- “Find all spreadsheets about budget planning”
- “What's in the meeting notes from last week?”
Pros & Cons
Pros
- Access to all Google Workspace file types
- OAuth2 authentication — no long-lived tokens
- Official Anthropic server
Cons
- Read-only — cannot create or edit files
- OAuth2 setup is more involved than a simple API key
Who Is This For?
- ·Users whose documents live in Google Drive
- ·Researchers and writers who want AI to access their document library
When to use: Use when your team's documents are in Google Drive and you want AI to search and synthesize them without downloading and uploading files manually.
Supported Clients
Related Use Cases
Related Servers
Notion MCP Server
OfficialRead and write your Notion workspace from your AI assistant
The official Notion MCP server connects your AI assistant to your Notion workspace. Search pages, read content, create n…
Filesystem MCP Server
OfficialGive your AI read and write access to your local files
The official Filesystem MCP server from Anthropic provides secure, configurable access to your local file system. You sp…
Memory MCP Server
OfficialGive your AI persistent memory that survives across conversations
The official Memory MCP server implements a knowledge graph that your AI assistant can read and write across conversatio…