Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ‘¨β€πŸ’» Code Execution
  3. Colab MCP
Colab MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 11:00:38 AM

Colab MCP

User RatingsBe the first to rate and review this MCP server!
View Repository17 GitHub StarsTotal stargazers on GitHub for the source repository (17 stars).Visit Website
google-colabcode-executionnotebooksgpuoauth

Control Colab notebooks, manage cells, run code, and assign T4, L4, or A100 GPUs through MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "sebastiangilpinzon-colab-mcp": {
      "command": "uvx",
      "args": [
        "git"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (9) Directory Badge Claim listing AlternativesπŸ‘¨β€πŸ’» More in Code Execution

Overview

SebastianGilPinzon/colab-mcp MCP server lets AI coding agents control Google Colab notebooks through MCP tools. It can open a browser connection, create and edit code or markdown cells, execute cells, read outputs, and rearrange or remove cells. With Google OAuth configured, it can also assign T4, L4, A100, or no accelerator without changing the runtime manually in Colab. Reach for it when an agent needs to develop or run notebook code while retaining notebook state and outputs.

Use cases

β€’Create and run exploratory Colab notebook cells
β€’Read notebook outputs into an AI coding workflow
β€’Assign a T4, L4, or A100 runtime with OAuth
β€’Reorganize or clean up generated notebook cells

Key features

β€’Google Colab browser connection
β€’Code and Markdown cell management
β€’Cell execution and output retrieval
β€’T4, L4, A100, and NONE runtime selection
β€’OAuth token caching
β€’Stale server detection and cleanup

Capabilities & Tool Schemas (9) ~108 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Colab MCP.

change_runtime

Assign GPU: T4, L4, A100, or NONE

open_colab_browser_connection

Connect to a Colab notebook in your browser

add_code_cell

Add a code cell to the notebook

add_text_cell

Add a markdown cell

get_cells

Read current notebook state (cells, IDs, contents, outputs)

run_code_cell

Execute a code cell by `cellId

How Colab MCP works

What SebastianGilPinzon/colab-mcp MCP server does

SebastianGilPinzon/colab-mcp MCP server exposes Google Colab notebook operations to MCP-compatible AI clients. The notebook workflow starts by opening a browser connection to a Colab notebook. Once connected, an agent can inspect the notebook, create or modify cells, execute code, and manage cell order.

The server also includes a runtime control operation. With Google OAuth enabled, an agent can request the T4, L4, A100, or NONE accelerator. Notebook editing and execution use the browser connection, while runtime selection requires OAuth credentials.

How it works

The server runs locally and communicates with an MCP client over standard input and output. Its proxy component connects the local process to browser-based Colab notebook tools. The fork pre-registers its tools so clients can see the notebook operations at startup rather than waiting for a tool-list change notification.

A typical session calls open_colab_browser_connection, then uses the returned notebook context with operations such as add_code_cell, run_code_cell, and get_cells. Cell operations identify their targets with cellId; the older cellIndex fallback is not supported. The server records running instances in a small registry, prunes stale entries when starting, and provides commands for listing or terminating stale processes.

Setup and configuration

Install uv using the project’s documented installer instructions, then run the project with uv or the repository’s uvx Git reference. An MCP client configuration points command to uv and passes run, --directory, the local repository path, and colab-mcp as arguments. The repository example uses a 30-second client timeout.

Notebook control can be configured without OAuth. To enable change_runtime, create a Google Cloud project, configure an OAuth consent screen, add a test user, create a Desktop OAuth client, and pass the downloaded client-secrets JSON with --client-oauth-config. On first launch, the browser-based consent flow authorizes access. The resulting token is cached at ~/.colab-mcp-auth-token.json and refreshed automatically.

On Windows, the server uses port 8085 for compatibility. Its registry is stored under %LOCALAPPDATA%\\colab-mcp\\registry.json on Windows and ~/.colab-mcp/registry.json on macOS or Linux.

Tools and capabilities

SebastianGilPinzon/colab-mcp MCP server provides these operations:

  • open_colab_browser_connection: connect to a Colab notebook in the browser.
  • get_cells: read cell IDs, contents, notebook state, and outputs.
  • add_code_cell: insert executable code.
  • add_text_cell: insert a Markdown cell.
  • run_code_cell: execute a cell by cellId.
  • update_cell: edit an existing cell by cellId.
  • delete_cell: remove a cell by cellId.
  • move_cell: reposition a cell by cellId.
  • change_runtime: select T4, L4, A100, or NONE when OAuth is configured.

Limitations and notes

Browser-dependent notebook operations require an active Colab browser connection. Runtime selection is unavailable unless the server starts with a valid OAuth client configuration. The OAuth client ID must be created through the Google Cloud Console; the README does not provide a CLI or API alternative.

Define the MCP server in only one client configuration file. Duplicate global and project definitions can start competing instances and cause one to fail. If Colab reports that it is disconnected from the local server, --list-running can show active instances and --kill-stale can terminate them before a new session starts. The latter should be run from a regular shell, not inside Claude Code.

The project is licensed under Apache-2.0 and requires Python 3.11 or newer.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Code Execution View all alternatives
  • MCP Run Python logoMCP Run Python

    Run Python code in a secure sandbox via MCP tool calls

    πŸ‘¨β€πŸ’» Code Execution1 views
    Compare vs MCP Run Python β†’
  • Jobd logoJobd

    Self-hostable GPU-aware job broker for your own machines. The MCP server exposes the queue as nine tools (submit, status, logs, list, cancel, preempt, workers, job-get, worker-delete) so an agent can dispatch long-running or GPU jobs that outlive the session, route them by VRAM tier, and babysit them across sessions. pip install "jobd[mcp]".

    πŸ‘¨β€πŸ’» Code Execution2 views
    Compare vs Jobd β†’
  • E2b Sandbox MCP logoE2b Sandbox MCP

    Connect Claude Code with E2B cloud sandboxes β€” 29 tools for creating isolated Linux VMs, cloning repos, running commands, managing files, and performing git operations without touching the local machine.

    πŸ‘¨β€πŸ’» Code Execution3 views
    Compare vs E2b Sandbox MCP β†’
  • MCP Server Js logoMCP Server Js

    Execute any LLM-generated code in a secure and scalable sandbox environment and create your own MCP tools using JavaScript or Python, with full support for NPM and PyPI packages

    πŸ‘¨β€πŸ’» Code Execution2 views
    Compare vs MCP Server Js β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
17
Stargazers on the source repository.
Last commit
2mo ago
Most recent push to the default branch.
Tools exposed
9
Callable tools this server registers over MCP.
Directory activity
6 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Colab MCP

Install `uv`, then configure the MCP client to run the project with `uv run --directory <repository-path> colab-mcp`. The README also documents running it with `uvx git+https://github.com/SebastianGilPinzon/colab-mcp`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewColab MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/sebastiangilpinzon-colab-mcp?style=directory)](https://allmcps.com/mcp/sebastiangilpinzon-colab-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/sebastiangilpinzon-colab-mcp"><img src="https://allmcps.com/api/badge/sebastiangilpinzon-colab-mcp?style=directory" alt="Colab MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ‘¨β€πŸ’»Code Execution
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
AuthOAuth
LicenseApache-2.0
ClientsCursor
Last updatedSep 2, 2026
9/10 checks healthy over the last 32d
Views6
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars17
GitHub Star CountTotal stargazers on GitHub representing community popularity (17 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 19, 2026
59Quality signal: Good Β· 59/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools28/30
Adoption & activity5/15
Community engagement1/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 15d ago via OSV.dev Β· git (PyPI)

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ‘¨β€πŸ’» Code Execution β†’Best MCP servers for Code Execution β†’Alternatives to Colab MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code