Skip to content
Claude Desktop

Colab Drive MCP for Claude Desktop

io.github.yummytastycode/colab-drive-mcp

Synchronize Colab notebook files through Google Drive without executing notebook code.

client:Claude Desktop transport:stdio runtime:pypi

Install Colab Drive MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "colab-drive-mcp": {
      "command": "uvx",
      "args": [
        "colab-drive-mcp"
      ],
      "env": {
        "COLAB_MCP_ROOT": "<COLAB_MCP_ROOT>",
        "COLAB_MCP_DRIVE_ACCESS": "<COLAB_MCP_DRIVE_ACCESS>",
        "COLAB_MCP_GOOGLE_CREDENTIALS": "<COLAB_MCP_GOOGLE_CREDENTIALS>",
        "COLAB_MCP_GOOGLE_TOKEN": "<COLAB_MCP_GOOGLE_TOKEN>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Colab Drive MCP in other clients