Loading MCP server directory, please wait...
Synchronize Colab notebook files through Google Drive without executing notebook code.
npx @getmcp/cli add io.github.YummyTastyCode/colab-drive-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
COLAB_MCP_ROOTAbsolute local directory that bounds notebook file access.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.YummyTastyCode/colab-drive-mcp": {
"command": "uvx",
"args": [
"colab-drive-mcp"
],
"env": {
"COLAB_MCP_ROOT": "",
"COLAB_MCP_DRIVE_ACCESS": "file",
"COLAB_MCP_GOOGLE_CREDENTIALS": "",
"COLAB_MCP_GOOGLE_TOKEN": ""
}
}
}
}