File Systems
Trust: 44/100 (Fair)Google Drive MCP Guide
Search, read, and manage files stored in Google Drive. Upload, download, and share documents.
312 stars 10,200 downloadsby MCP Community
Quick Start
Install
npx @mcp/google-driveClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"google-drive-mcp": {
"command": "npx",
"args": [
"@mcp/google-drive"
]
}
}
}What Google Drive MCP Can Do
search_files
Search for files in Drive
read_files
Read file contents
upload_files
Upload new files
Permissions Required
Google Drive MCP requires the following permissions. Review the risk levels before granting access.
| Permission | Description | Risk |
|---|---|---|
drive.read | Read Drive files | medium |
drive.write | Upload and modify files | high |
Platform Compatibility
| Platform | Status |
|---|---|
| Claude Desktop | Supported |
| Cursor | Partial |
| LangChain | Supported |