Skip to content
Cursor

gogcli mcp drive for Cursor

io.github.chrischall/gogcli-mcp-drive

Google Drive via gogcli for Claude — search, upload, download, permissions

client:Cursor transport:stdio runtime:npm

Install gogcli mcp drive in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "gogcli-mcp-drive": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gogcli-mcp-drive"
      ],
      "env": {
        "GOG_ACCOUNT": "<GOG_ACCOUNT>",
        "GOG_PATH": "<GOG_PATH>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

gogcli mcp drive in other clients