MCP Directory
Back

jupyter-mcp-server

by datalayer · Python · ★ 1,180

🪐 🔧 Model Context Protocol (MCP) Server for Jupyter.

#ai#jupyter#mcp#mcp-server#tools

Install

pip install git+https://github.com/datalayer/jupyter-mcp-server.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "jupyter-mcp-server": {
      "command": "uvx",
      "args": [
        "git+https://github.com/datalayer/jupyter-mcp-server.git"
      ]
    }
  }
}

From the README

[](https://datalayer.io) [](https://github.com/sponsors/datalayer) **An [MCP](https://modelcontextprotocol.io) server developed for AI to connect and manage [Jupyter](https://jupyter.org) Notebooks in real-time** *Developed by [Datalayer](https://github.com/datalayer)* [](https://pypi.org/project/jupyter-mcp-server) [](https://pepy.tech/project/jupyter-mcp-server) [](https://hub.docker.com/r/datalayer/jupyter-mcp-server) [](https://opensource.org/licenses/BSD-3-Clause) > [!IMPORTANT] > **Breaking change in v1.0.0:** You must configure in your MCP client setup. > > For setup details, see…
Read full README on GitHub →

Related other servers