mcp-gdrive

isaacphi/mcp-gdrive
★ 271 stars TypeScript 📁 File System Updated 1mo ago
Model Context Protocol (MCP) Server for reading from Google Drive and editing Google Sheets
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-gdrive": {
      "command": "npx",
      "args": [
        "-y",
        "isaacphi/mcp-gdrive"
      ]
    }
  }
}