MCP Server Colab Exec runs on your own machine — the client starts it, so there is no endpoint to ping. 52 installs a week from pypi. Last commit 11 Mar 2026.
Execute Python code on Google Colab GPU runtimes (T4/L4) from any MCP client
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-server-colab-exec -- uvx mcp-server-colab-exec
{
"mcpServers": {
"mcp-server-colab-exec": {
"args": [
"mcp-server-colab-exec"
],
"command": "uvx"
}
}
}
[mcp_servers.mcp-server-colab-exec]
command = "uvx"
args = ["mcp-server-colab-exec"]
{
"mcpServers": {
"mcp-server-colab-exec": {
"args": [
"mcp-server-colab-exec"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mcp-server-colab-exec": {
"args": [
"mcp-server-colab-exec"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.