PluginBench
MCP Server
Active
MIT

Colab Drive MCP MCP Server

io.github.YummyTastyCode/colab-drive-mcp

What is the Colab Drive MCP MCP server?

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

How to install Colab Drive MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • COLAB_MCP_ROOT
    required

    Absolute local directory that bounds notebook file access.

  • COLAB_MCP_DRIVE_ACCESS

    Google Drive access mode: file for minimal access or full for discovering existing notebooks.

  • COLAB_MCP_GOOGLE_CREDENTIALS

    Optional path to the local Google OAuth Desktop client JSON.

  • COLAB_MCP_GOOGLE_TOKEN

    Optional path to the local Google OAuth token JSON.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "colab-drive-mcp": {
      "command": "uvx",
      "args": [
        "colab-drive-mcp"
      ],
      "env": {
        "COLAB_MCP_ROOT": "<YOUR_COLAB_MCP_ROOT>",
        "COLAB_MCP_DRIVE_ACCESS": "<YOUR_COLAB_MCP_DRIVE_ACCESS>",
        "COLAB_MCP_GOOGLE_CREDENTIALS": "<YOUR_COLAB_MCP_GOOGLE_CREDENTIALS>",
        "COLAB_MCP_GOOGLE_TOKEN": "<YOUR_COLAB_MCP_GOOGLE_TOKEN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "colab-drive-mcp": {
      "command": "uvx",
      "args": [
        "colab-drive-mcp"
      ],
      "env": {
        "COLAB_MCP_ROOT": "<YOUR_COLAB_MCP_ROOT>",
        "COLAB_MCP_DRIVE_ACCESS": "<YOUR_COLAB_MCP_DRIVE_ACCESS>",
        "COLAB_MCP_GOOGLE_CREDENTIALS": "<YOUR_COLAB_MCP_GOOGLE_CREDENTIALS>",
        "COLAB_MCP_GOOGLE_TOKEN": "<YOUR_COLAB_MCP_GOOGLE_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "colab-drive-mcp": {
      "command": "uvx",
      "args": [
        "colab-drive-mcp"
      ],
      "env": {
        "COLAB_MCP_ROOT": "<YOUR_COLAB_MCP_ROOT>",
        "COLAB_MCP_DRIVE_ACCESS": "<YOUR_COLAB_MCP_DRIVE_ACCESS>",
        "COLAB_MCP_GOOGLE_CREDENTIALS": "<YOUR_COLAB_MCP_GOOGLE_CREDENTIALS>",
        "COLAB_MCP_GOOGLE_TOKEN": "<YOUR_COLAB_MCP_GOOGLE_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "colab-drive-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "colab-drive-mcp"
      ],
      "env": {
        "COLAB_MCP_ROOT": "<YOUR_COLAB_MCP_ROOT>",
        "COLAB_MCP_DRIVE_ACCESS": "<YOUR_COLAB_MCP_DRIVE_ACCESS>",
        "COLAB_MCP_GOOGLE_CREDENTIALS": "<YOUR_COLAB_MCP_GOOGLE_CREDENTIALS>",
        "COLAB_MCP_GOOGLE_TOKEN": "<YOUR_COLAB_MCP_GOOGLE_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add colab-drive-mcp --env COLAB_MCP_ROOT=<YOUR_COLAB_MCP_ROOT> --env COLAB_MCP_DRIVE_ACCESS=<YOUR_COLAB_MCP_DRIVE_ACCESS> --env COLAB_MCP_GOOGLE_CREDENTIALS=<YOUR_COLAB_MCP_GOOGLE_CREDENTIALS> --env COLAB_MCP_GOOGLE_TOKEN=<YOUR_COLAB_MCP_GOOGLE_TOKEN> -- uvx colab-drive-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →