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.
COLAB_MCP_ROOTrequiredAbsolute local directory that bounds notebook file access.
COLAB_MCP_DRIVE_ACCESSGoogle Drive access mode: file for minimal access or full for discovering existing notebooks.
COLAB_MCP_GOOGLE_CREDENTIALSOptional path to the local Google OAuth Desktop client JSON.
COLAB_MCP_GOOGLE_TOKENOptional path to the local Google OAuth token 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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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 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-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.