jupyter-mcp-server

datalayer/jupyter-mcp-server
★ 940 stars Python 💻 Code/Dev Tools Updated 1mo ago
🪐 🔧 Model Context Protocol (MCP) Server for Jupyter.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "jupyter-mcp-server": {
      "command": "uvx",
      "args": [
        "jupyter-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install jupyter-mcp-server

README Excerpt

<!-- ~ Copyright (c) 2024- Datalayer, Inc. ~ ~ BSD 3-Clause License --> <div align="center"> <!-- omit in toc --> **An [MCP](https://modelcontextprotocol.io) server developed for AI to connect and manage Jupyter Notebooks in real-time** *Developed by [Datalayer](https://github.com/datalayer)* </div> > [!NOTE]

Tools (15)

connect_to_jupyterdelete_cellexecute_cellexecute_codeinsert_cellinsert_execute_code_celllist_fileslist_kernelslist_notebooksoverwrite_cell_sourceread_cellread_notebookrestart_notebookunuse_notebookuse_notebook

Topics

aijupytermcpmcp-servertools