A favicon of Jupyter MCP Server

Jupyter MCP Server

πŸͺ ✨ Model Context Protocol (MCP) Server for Jupyter.

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar@latest install datalayer/jupyter-mcp-server -c claude

This command will automatically install and configure the Jupyter MCP Server MCP server for your selected client.

Option 2: Manual Configuration

Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

After opening your configuration file, copy and paste this configuration:

View JSON configuration
{
  "mcpServers": {
    "Jupyter MCP Server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "SERVER_URL",
        "-e",
        "TOKEN",
        "-e",
        "NOTEBOOK_PATH",
        "datalayer/jupyter-mcp-server:latest"
      ],
      "env": {
        "SERVER_URL": "http://host.docker.internal:8888",
        "TOKEN": "MY_TOKEN",
        "NOTEBOOK_PATH": "notebook.ipynb"
      }
    }
  }
}

Datalayer

Become a Sponsor

πŸͺ ✨ Jupyter MCP Server

PyPI - Version smithery badge

Jupyter MCP Server is a Model Context Protocol (MCP) server implementation that provides interaction with πŸ““ Jupyter notebooks running in any JupyterLab (works also with your πŸ’» local JupyterLab).

Key features include:

  • ⚑ Real-time control: view the notebook change in real-time.
  • πŸ” Smart execution: automatically adjusts when a cell run fails.
  • 🀝 MCP-Compatible: compatible with any MCP clients like Claude Desktop, Cursor, Windsurf, and more.

Jupyter MCP Server

To get started:

  • πŸ“˜ Follow the Usage Guide to use Jupyter-MCP-server with a MCP compatible client.
  • 🧰 Dive into the Tools documentation section to understand the tools powering the server.

Looking for blog posts, videos or other resources related to Jupyter MCP Server?
πŸ‘‰ Check out the Resources documentation section.

Share:
Details:
  • Stars


    363
  • Forks


    61
  • Last commit


    19 days ago
  • Repository age


    4 months
  • License


    BSD-3-Clause
View Repository

Auto-fetched from GitHub .

MCP servers similar to Jupyter MCP Server:

Β 

Β 
Β 
  • Stars


  • Forks


  • Last commit


Β 

Β 
Β 
  • Stars


  • Forks


  • Last commit


Β 

Β 
Β 
  • Stars


  • Forks


  • Last commit


Jupyter MCP Server: MCP Server – MCP.Bar