Odel
Colab Drive MCP

Colab Drive MCP

Local
@yummytastycodePythonMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIcolab-drive-mcpv0.1.3

Run

uvx colab-drive-mcp

MCP client config

{
  "mcpServers": {
    "colab-drive-mcp": {
      "command": "uvx",
      "args": [
        "colab-drive-mcp"
      ]
    }
  }
}