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.
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.
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.
claude mcp add colab-drive-mcp -- uvx colab-drive-mcp
{
"mcpServers": {
"colab-drive-mcp": {
"args": [
"colab-drive-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.colab-drive-mcp]
command = "uvx"
args = ["colab-drive-mcp"]
{
"mcpServers": {
"colab-drive-mcp": {
"args": [
"colab-drive-mcp"
],
"command": "uvx"
}
}
}
{
"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.
Execute Python code on Google Colab GPU runtimes (T4/L4) from any MCP client
Secure access to Google Drive, Docs, Sheets, Slides, and Calendar through MCP.
MCP server for the Google Drive API: search, upload, download, organize and share files.
Multi-account Google Workspace MCP — Gmail, Calendar, Drive, Sheets, Docs with smart routing.
Minimal MCP server for Google Drive file management and Google Sheets editing.
Minimal MCP server for reading comments on Google Drive files (Docs, Sheets, Slides). Read-only.
MCP server for the Google Apps Script API: projects, code, versions, deployments and executions.
Google Drive MCP Pack
Answers built from our own checks of this server.