Google Drive

by Anthropic · File System

15,000 stars3,000 weekly downloads

Install to ToolCloud

One click. No local setup. Works with any MCP client.

Install to ToolCloud

Search and read files from Google Drive. Supports Google Docs, Sheets, and Slides with automatic format conversion.

cloudfilesgooglegoogle-drive
Manual Installation

Claude Code

claude mcp add google-drive -- npx -y @modelcontextprotocol/server-gdrive

Cursor / Windsurf / VS Code Copilot / Claude Desktop

Add to your MCP config file:

{
  "mcpServers": {
    "gdrive": {
      "args": [
        "-y",
        "@modelcontextprotocol/server-gdrive"
      ],
      "command": "npx"
    }
  }
}