Colab Drive MCP
Rank #19,054io.github.YummyTastyCode/colab-drive-mcp
Synchronize Colab notebook files through Google Drive without executing notebook code.
Colab Drive MCP is a Model Context Protocol (MCP) server published by yummytastycode. It ranks #19,054 of 115,591 servers tracked on MCP Toplist. Colab Drive MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 8, 2026 and most recently updated on Jun 8, 2026.
Ranks ahead of 96,537 of 115,591 servers on MCP Toplist.
Use Colab Drive MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add colab-drive-mcp -e "COLAB_MCP_ROOT=<your COLAB_MCP_ROOT>" -e "COLAB_MCP_DRIVE_ACCESS=<your COLAB_MCP_DRIVE_ACCESS>" -e "COLAB_MCP_GOOGLE_CREDENTIALS=<your COLAB_MCP_GOOGLE_CREDENTIALS>" -e "COLAB_MCP_GOOGLE_TOKEN=<your COLAB_MCP_GOOGLE_TOKEN>" -- uvx colab-drive-mcpReplace each placeholder with your own value before saving.
[mcp_servers.colab-drive-mcp]
command = "uvx"
args = ["colab-drive-mcp"]
[mcp_servers.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.YummyTastyCode%2Fcolab-drive-mcp)<a href="https://mcptoplist.com/server/io.github.YummyTastyCode%2Fcolab-drive-mcp"><img src="https://mcptoplist.com/badge/io.github.YummyTastyCode%2Fcolab-drive-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
yummytastycode
Other servers by yummytastycode
View all yummytastycode servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jun 8, 2026 |
Frequently asked questions
- Who maintains Colab Drive MCP?
- Colab Drive MCP is maintained by yummytastycode, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Colab Drive MCP listed on the Official MCP Registry?
- Yes — Colab Drive MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Colab Drive MCP have?
- MCP Toplist tracks 1 version of Colab Drive MCP, most recently published on Jun 8, 2026.
- Where can I find the source code for Colab Drive MCP?
- The source code for Colab Drive MCP is hosted at github.com/yummytastycode/colab-drive-mcp.