colab-cli-mcp

animationsaver/colab-cli-mcp
★ 0 stars Python Security Updated today
Remote MCP server that drives Google Colab runtimes through the official colab CLI (HTTP transport, token/OAuth auth)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Or install with pip: pip install colab-cli-mcp

README Excerpt

Google 公式の [google-colab-cli](https://github.com/googlecolab/google-colab-cli) をラップした **リモート MCP サーバー**です。ブラウザ・`ws://localhost`・SSH トンネルを一切使わずに、 Notion AI などの MCP クライアントから Colab の GPU/TPU ランタイムで Python を実行できます。 ``` Notion AI ──HTTPS(OAuth)──▶ colab-cli-mcp ──subprocess──▶ colab CLI ──HTTPS──▶ Colab runtime