Google Drive
Freeby MCP Community
MCP server for Google Drive - list files, read content from Google Docs/Sheets/Slides
v0.2.1Added Apr 12, 2026
mcpgoogle-drivegoogle-docsgoogle-sheets
Google Drive MCP Server
MCP server for Google Drive - list files, read content from Google Docs/Sheets/Slides
Installation
npx -y @botrun/mcp-google-drive
Reviews
Installation
Quick install
npx -y @botrun/mcp-google-drive
Add to claude_desktop_config.json
{
"mcpServers": {
"google-drive": {
"command": "npx",
"args": ["-y", "@botrun/mcp-google-drive"]
}
}
}