Skip to content

Google Drive

Free

by 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
Works with:ClaudeGPTGeminiCopilot

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

Leave a Review

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"]
    }
  }
}