Home/Directory/Developer Tools/Jupyter Server

Jupyter Server

@datalayer · github.com/datalayer/jupyter-mcp-server

Model Context Protocol (MCP) Server for Jupyter.

ClaimedDeveloper Toolsstdiolocal auth
GitHub

Install one command

terminal
$ pip install jupyterlab==4.4.1 jupyter-collaboration==4.0.2 jupyter-mcp-tools>=0.1.4 ipykernel pycrdt

Or add it with the Claude CLI: claude mcp add datalayer-jupyter-mcp-server

Tools exposed 17 tools

list_files
list_kernels
connect_to_jupyter
use_notebook
list_notebooks
restart_notebook
unuse_notebook
read_notebook
read_cell
insert_cell
delete_cell
move_cell
overwrite_cell_source
edit_cell_source
execute_cell
insert_execute_code_cell
execute_code

Configuration claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "datalayer-jupyter-mcp-server": {
      "command": "pip",
      "args": ["install", "jupyterlab==4.4.1", "jupyter-collaboration==4.0.2", "jupyter-mcp-tools>=0.1.4", "ipykernel", "pycrdt"],
      "env": {
        "MCP_TOKEN": "<your-mcp-token>",
        "MY_TOKEN": "<your-my-token>",
        "JUPYTER_TOKEN": "<your-jupyter-token>",
        "JUPYTER_URL": "<your-jupyter-url>",
        "DOCUMENT_TOKEN": "<your-document-token>",
        "RUNTIME_TOKEN": "<your-runtime-token>"
      }
    }
  }
}

Paste under mcpServers in your config, then restart Claude Desktop. For Claude Code, reference this server in your project's CLAUDE.md.

Related

Similar servers

More in Developer Tools
Compare
@modelcontextprotocol

Reference / test server with prompts, resources, and tools.

Developer Toolsstdio no-auth
87k1w ago0 toolslocal
$npx -y @modelcontextprotocol/server-everything
Compare

Official GitHub server for integration with repository management, PRs, issues, and more.

Developer Toolsstdio auth
30.5k5d ago20 toolslocal
Install command unavailable — see repo
Compare
@jlowin

A high-level framework for building MCP servers in Python

Developer Toolsstdio no-auth
25.6k1w ago0 toolslocal
Install command unavailable — see repo