Google Drive
Freeby MCP Community
Search, read, and manage Google Drive files including Docs, Sheets, and Slides.
v1.0.0Added Dec 8, 2024
googledrivecloud-storage
Google Drive MCP Server
Search, read, and manage Google Drive files including Docs, Sheets, and Slides.
Features
- File Search
- Read Docs/Sheets/Slides
- File Management
- Export formats
Installation
{
"mcpServers": {
"google-drive": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-google-drive"]
}
}
}
Reviews
Installation
Quick install
npx -y @modelcontextprotocol/server-google-drive
Add to claude_desktop_config.json
{
"mcpServers": {
"google-drive": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-google-drive"]
}
}
}