Colab MCP
Google Colab's MCP server that bridges a local agent to a Colab notebook session in the browser.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Letting a local coding agent use Colab's hosted runtime, including its accelerators, from your own terminal.
Your MCP client runs remotely or lacks tools/list_changed support; both are requirements.
About Colab MCP
Colab MCP, from the Google Colab team, connects a locally running agent to a Colab session open in your browser, so the agent can work in that notebook. It requires a client that runs on your device and supports tool-list change notifications, such as Gemini CLI, Claude Code or Windsurf.
Colab MCP is an open-source project written primarily in Python, with 1.0k stars on GitHub. It was last updated in June 2026.
Add Colab MCP to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand.
Claude Code
claude mcp add colab-mcp -- uvx git+https://github.com/googlecolab/colab-mcpCursor
{
"mcpServers": {
"colab-mcp": {
"command": "uvx",
"args": ["git+https://github.com/googlecolab/colab-mcp"]
}
}
}VS Code
{
"servers": {
"colab-mcp": {
"type": "stdio",
"command": "uvx",
"args": ["git+https://github.com/googlecolab/colab-mcp"]
}
}
}Claude Desktop
{
"mcpServers": {
"colab-mcp": {
"command": "uvx",
"args": ["git+https://github.com/googlecolab/colab-mcp"]
}
}
}Codex
[mcp_servers.colab-mcp]
command = "uvx"
args = ["git+https://github.com/googlecolab/colab-mcp"]Colab MCP vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Colab MCPthis listing | 1.0k | Python | Apache-2.0 | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
