Skip to content
Cline

mcp server colab exec for Cline

io.github.pdwi2020/mcp-server-colab-exec

Execute Python code on Google Colab GPU runtimes (T4/L4) from any MCP client

client:Cline transport:stdio runtime:pypi

Install mcp server colab exec in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "mcp-server-colab-exec": {
      "command": "uvx",
      "args": [
        "mcp-server-colab-exec"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp server colab exec in other clients