datalayer_jupyter-mcp-server
Jupyter MCP Server is a Model Context Protocol server designed for interacting with Jupyter notebooks in local JupyterLab environments. It supports real-time collaboration and can be integrated with systems like Claude Desktop, offering tools for adding and executing code and markdown cells.
🪐 ✨ Jupyter MCP Server
Jupyter MCP Server is a Model Context Protocol (MCP) server implementation that provides interaction with Jupyter notebooks running in a local JupyterLab. The server supports Jupyter Real Time Collaboration (RTC) and can be run in Docker containers. It is compatible with Claude Desktop.
Components
Tools
add_execute_code_cell
: Adds and executes a code cell in a Jupyter notebook.add_markdown_cell
: Adds a markdown cell in a Jupyter notebook.
Building
Build the server using Docker with the command docker build -t datalayer/jupyter-mcp-server .
Installing via Smithery
Install Jupyter MCP Server automatically via Smithery using the command npx -y @smithery/cli install @datalayer/jupyter-mcp-server --client claude
.