Google Drive
Browse, read, and search Google Drive files and folders via MCP
Details
Categoryfile
Environment
GDRIVE_CLIENT_ID, GDRIVE_CLIENT_SECRETCredentialsgoogle
Content Preview
---
name: Google Drive
description: Browse, read, and search Google Drive files and folders via MCP
version: 1.0.0
author: chvor
type: tool
category: file
icon: google-drive
tags:
- google-drive
- cloud-storage
- documents
- spreadsheets
- files
- mcp
- google
- search
mcp:
command: npx
args: ["-y", "@modelcontextprotocol/server-gdrive"]
transport: stdio
env:
GDRIVE_CLIENT_ID: "{{env.GDRIVE_CLIENT_ID}}"
GDRIVE_CLIENT_SECRET: "{{env.GDRIVE_CLIENT_SECRET}}"
requires:
credentials:
- google
env:
- GDRIVE_CLIENT_ID
- GDRIVE_CLIENT_SECRET
---
You have access to Google Drive via MCP.
## Available MCP Tools
- **search** — Search for files and folders by name or content
- **read_file** — Read the content of a Google Doc, Sheet, or other file
- **list_files** — List files in a specific folder
## Common workflows
- **Find a document**: \`search\` with keywords → \`read_file\` the matching result
- **Browse folders**: \`list_files\` in root or specific folder → navigate into subfolders
- **Summarize a doc**: \`read_file\` → summarize for the user
## Best practices
- Summarize document contents rather than dumping full text
- When searching, use specific keywords — broad searches return too many results
- Google Docs and Sheets are exported as text/CSV for reading
- Confirm file identity with the user if search returns multiple matches
## Limitations
- Read-only access — cannot create, edit, or delete files
- OAuth flow required for