Colab MCP

Colab MCP

An MCP server that bridges local AI agents to Google Colab notebooks, enabling execution of Python code and interaction with notebook states directly from the agent.

Category
Visit Server

README

🪐 Colab MCP (Model Context Protocol)

Python MCP

An MCP (Model Context Protocol) server that seamlessly bridges your local AI agent to a Google Colab session running in your browser.

✨ Features

  • Connects local AI assistants directly to browser-based Colab notebooks
  • Supports executing Python code in Colab via the agent
  • Reads and interacts with Colab notebook states

šŸ’» Supported Clients

This MCP server requires a client that supports notifications/tools/list_changed and must be running locally on your device.

Popular clients that meet these criteria include:

šŸš€ Installation & Setup

  1. Install uv (an extremely fast Python package installer and resolver):

    pip install uv
    
  2. Configure your MCP Client (e.g., in your mcp.json or equivalent configuration file):

    {
      "mcpServers": {
        "colab-mcp": {
          "command": "uvx",
          "args": ["git+https://github.com/googlecolab/colab-mcp"],
          "timeout": 30000
        }
      }
    }
    

    Note for Googlers (or those with non-standard package indexes): You may need to add --index https://pypi.org/simple to the args array.

šŸ’¬ Issues & Discussions

We use GitHub Discussions as our primary venue for issue discussion and feature requests.

As discussions mature into clear action items, the maintainers will convert them into tracked issues. This workflow helps us ensure that the issue tracker remains deduplicated, well-understood, and highly actionable.

āš ļø Please do <u>NOT</u> open issues directly.

šŸ¤ Contributing

While we appreciate community interest, we currently do not have the bandwidth to review external contributions. We want to avoid user Pull Requests languishing without review, so we are not accepting external contributions at this time.

If you have a great idea or encounter a pain point, we would love to hear about it on our Discussions page!


šŸ› ļø Internal (For Colab Developers)

Prerequisites

  • uv is required (pip install uv)

  • Configure git hooks to run repository presubmits:

    git config core.hooksPath .githooks
    

Local Development Setup (Gemini CLI)

To test your local checkout with the Gemini CLI, use this configuration:

{
  "mcpServers": {
    "colab-mcp": {
      "command": "uv",
      "args": ["run", "colab-mcp"],
      "cwd": "/path/to/github/colab-mcp",
      "timeout": 30000
    }
  }
}

MCP_Colab

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured