Colab Drive MCP for Cursor
io.github.yummytastycode/colab-drive-mcp
Synchronize Colab notebook files through Google Drive without executing notebook code.
client:Cursor
transport:stdio
runtime:pypi
Install Colab Drive MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"colab-drive-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"colab-drive-mcp"
],
"env": {
"COLAB_MCP_ROOT": "<COLAB_MCP_ROOT>",
"COLAB_MCP_DRIVE_ACCESS": "<COLAB_MCP_DRIVE_ACCESS>",
"COLAB_MCP_GOOGLE_CREDENTIALS": "<COLAB_MCP_GOOGLE_CREDENTIALS>",
"COLAB_MCP_GOOGLE_TOKEN": "<COLAB_MCP_GOOGLE_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs