mcpbeat Sign in

Colab Drive MCP Server

by yummytastycode Your server? Claim it
local only

Colab Drive MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 110 installs a week from pypi. Last commit 8 Jun 2026.

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

Installs per day peak 53 · avg 21 · -1% w/w
a month agotoday
110
Installs / week
pypi · colab-drive-mcp
0
Stars
0 open issues
8 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Colab Drive MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add colab-drive-mcp -- uvx colab-drive-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "colab-drive-mcp": {
      "args": [
        "colab-drive-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.colab-drive-mcp]
command = "uvx"
args = ["colab-drive-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "colab-drive-mcp": {
      "args": [
        "colab-drive-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "colab-drive-mcp": {
      "args": [
        "colab-drive-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: COLAB_MCP_ROOT (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Colab Drive MCP

same job, measured the same way
MCP Server Colab Exec
by pdwi2020

Execute Python code on Google Colab GPU runtimes (T4/L4) from any MCP client

82 installs/wk local only
Google Drive MCP
by piotr-agier

Secure access to Google Drive, Docs, Sheets, Slides, and Calendar through MCP.

9 129 installs/wk local only
Google Drive MCP
by a1-x-tech

MCP server for the Google Drive API: search, upload, download, organize and share files.

48 installs/wk local only
Gws Connector
by orieg

Multi-account Google Workspace MCP — Gmail, Calendar, Drive, Sheets, Docs with smart routing.

local only
Google Drive Files MCP
by zayansalman

Minimal MCP server for Google Drive file management and Google Sheets editing.

59 installs/wk local only
Google Drive Comments MCP
by zayansalman

Minimal MCP server for reading comments on Google Drive files (Docs, Sheets, Slides). Read-only.

55 installs/wk local only
Google Apps Script MCP
by a1-x-tech

MCP server for the Google Apps Script API: projects, code, versions, deployments and executions.

45 installs/wk local only
Google_drive
by pipeworx-io

Google Drive MCP Pack

36 tools answering

Colab Drive MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Colab Drive MCP?
Colab Drive MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package colab-drive-mcp was installed 110 times last week.
How do I connect Colab Drive MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls colab-drive-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Colab Drive MCP?
The pypi package colab-drive-mcp was installed 110 times in the last week. Week over week that is -1%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Colab Drive MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.