Back to MCP Servers
Google Colab
Connect AI agents to Google Colab notebooks for running code, managing notebook cells, and executing data science workflows
googlecolabnotebooksdata-sciencecommunity
By Google Colab
Installation
pip install colab-mcpConfiguration
{
"mcpServers": {
"google-colab": {
"command": "uvx",
"args": ["colab-mcp"],
"env": {
"GOOGLE_API_KEY": "your-google-api-key"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes