Jupyter MCP Server
Let AI agents read, edit and run Jupyter notebooks in real time, locally or in hosted sandboxes.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Data work where an agent should run code and inspect results in a notebook you can watch.
About Jupyter MCP Server
Datalayer's Jupyter MCP Server connects agents to Jupyter notebooks so they can add, edit and execute cells and read outputs in real time, against any Jupyter server you run, from a laptop to JupyterHub, or remote sandboxes. It is BSD-licensed and needs no account; Datalayer also offers a hosted endpoint and a Claude Code plugin.
Jupyter MCP Server is an open-source project written primarily in Python, with 1.3k stars on GitHub. It was last updated in September 2026.
Add Jupyter MCP Server to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand. Replace <your-token> with your own value first.
Claude Code
claude mcp add jupyter-mcp-server -e JUPYTER_URL=http://localhost:8888 -e 'JUPYTER_TOKEN=<your-token>' -- uvx jupyter-mcp-server@latestCursor
{
"mcpServers": {
"jupyter-mcp-server": {
"command": "uvx",
"args": ["jupyter-mcp-server@latest"],
"env": {
"JUPYTER_URL": "http://localhost:8888",
"JUPYTER_TOKEN": "<your-token>"
}
}
}
}VS Code
{
"servers": {
"jupyter-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": ["jupyter-mcp-server@latest"],
"env": {
"JUPYTER_URL": "http://localhost:8888",
"JUPYTER_TOKEN": "<your-token>"
}
}
}
}Claude Desktop
{
"mcpServers": {
"jupyter-mcp-server": {
"command": "uvx",
"args": ["jupyter-mcp-server@latest"],
"env": {
"JUPYTER_URL": "http://localhost:8888",
"JUPYTER_TOKEN": "<your-token>"
}
}
}
}Codex
[mcp_servers.jupyter-mcp-server]
command = "uvx"
args = ["jupyter-mcp-server@latest"]
env = { JUPYTER_URL = "http://localhost:8888", JUPYTER_TOKEN = "<your-token>" }Jupyter MCP Server vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Jupyter MCP Serverthis listing | 1.3k | Python | BSD-3-Clause | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
