Bring AI to Jupyter notebooks. MCP server for Claude, ChatGPT, Gemini, OpenCode and any agent.
Project description
nteract
A convenience wrapper that finds and launches runt mcp — the MCP server shipped with the nteract desktop app.
Download the nteract desktop app — you'll need it to see notebooks, collaborate with agents, and manage environments.
The recommended way to add the MCP server is
runt mcpdirectly. This PyPI package is a convenience for users who preferuvx.
Quick Start
The MCP server ships with the desktop app. After installing, use runt mcp directly:
Claude Code
# Stable
claude mcp add nteract -- runt mcp
# Nightly
claude mcp add nteract-nightly -- runt-nightly mcp
Manual JSON config
{
"mcpServers": {
"nteract": {
"command": "runt",
"args": ["mcp"]
}
}
}
Via this PyPI package
If runt isn't on your PATH, this package finds it in the app bundle:
claude mcp add nteract -- uvx nteract
That's it. Now Claude can execute Python code, create visualizations, and work with your data.
What is this?
nteract is an MCP (Model Context Protocol) server that connects AI assistants like Claude to Jupyter notebooks. It enables:
- Code execution: Run Python in a persistent kernel
- Real-time collaboration: Watch the AI work in the nteract desktop app
- Shared state: Multiple agents can work on the same notebook
- Environment management: Automatic Python environment setup
Example
Ask Claude:
"Help me visualize my log data"
Claude will:
- Connect to a notebook session
- Write and execute code
- Generate visualizations
- Show you the results
You can open the same notebook in the nteract desktop app to see changes in real-time and collaborate with the AI.
Available Tools
| Tool | Description |
|---|---|
list_active_notebooks |
List all open notebook sessions |
join_notebook |
Join an existing notebook session by ID |
open_notebook |
Open an existing .ipynb file |
create_notebook |
Create a new notebook |
save_notebook |
Save notebook to disk as .ipynb file |
create_cell |
Add a cell to the notebook (use and_run=True to execute) |
execute_cell |
Run a specific cell (returns partial results after timeout) |
run_all_cells |
Queue all code cells for execution |
set_cell |
Update a cell's source and/or type |
get_cell |
Get a cell by ID with outputs |
get_all_cells |
View all cells in the notebook |
replace_match |
Targeted literal text find-and-replace in a cell |
replace_regex |
Regex-based find-and-replace in a cell |
move_cell |
Reorder a cell within the notebook |
clear_outputs |
Clear a cell's outputs |
delete_cell |
Remove a cell from the notebook |
set_cells_source_hidden |
Show/hide cell source |
set_cells_outputs_hidden |
Show/hide cell outputs |
add_cell_tags |
Add tags to cells |
remove_cell_tags |
Remove tags from cells |
interrupt_kernel |
Interrupt the currently executing cell |
restart_kernel |
Restart kernel with updated dependencies |
show_notebook |
Open the notebook in the nteract desktop app (disabled with --no-show) |
add_dependency |
Add a Python package dependency |
remove_dependency |
Remove a dependency |
get_dependencies |
List current dependencies |
sync_environment |
Hot-install new deps without restart |
CLI Flags
| Flag | Description |
|---|---|
--version |
Print version and exit |
--nightly |
Use runt-nightly (nightly daemon and app) |
--stable |
Use runt (stable daemon and app, default) |
--legacy |
Use the built-in Python MCP server instead of runt mcp |
By default, nteract finds and exec's the installed runt (or runt-nightly) binary. The --legacy flag falls back to the built-in Python MCP server.
Architecture
┌─────────────┐ ┌─────────────┐ ┌─────────────┐
│ Claude │────▶│ nteract │────▶│ runtimed │
│ (or other │ │ MCP Server │ │ daemon │
│ AI) │ │ │ │ │
└─────────────┘ └─────────────┘ └──────┬──────┘
│
┌─────────────┐ │
│ nteract │◀────────────┘
│ Desktop App │ (real-time sync)
└─────────────┘
- nteract (this package): MCP server for AI assistants
- runtimed: Low-level daemon and Python bindings (docs)
- nteract desktop: Native app for humans to collaborate with AI
Real-time Collaboration
The magic of nteract is that AI and humans share the same notebook:
- AI connects via MCP and runs code
- Human opens the same notebook in nteract desktop
- Changes sync instantly via CRDT
- Both see the same kernel state
This enables workflows like:
- AI does initial analysis, human refines
- Human writes code, AI debugs errors
- Multiple AI agents collaborate on complex tasks
Development
# Clone
git clone https://github.com/nteract/desktop
cd desktop/python/nteract
# Install dependencies
uv sync
# Run tests
uv run pytest
Related Projects
- nteract/desktop - Native desktop app
- runtimed on PyPI - Low-level Python bindings
License
BSD-3-Clause
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nteract-2.1.3a202604080012.tar.gz.
File metadata
- Download URL: nteract-2.1.3a202604080012.tar.gz
- Upload date:
- Size: 64.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.3 {"installer":{"name":"uv","version":"0.11.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1aaa81d7b8dd623e80407beed9b9b129d466cb564c82794fe6e9fb2a087fbd1
|
|
| MD5 |
b3834c108d451c7e760e3f21945a60d5
|
|
| BLAKE2b-256 |
809445000800cda06f5f47694ddeac149a3719bffd5e3ab649a8f8fb1f852493
|
File details
Details for the file nteract-2.1.3a202604080012-py3-none-any.whl.
File metadata
- Download URL: nteract-2.1.3a202604080012-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.3 {"installer":{"name":"uv","version":"0.11.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c9f3acbf3a2ee9198909ea41d3ae2433e6351bf79b14cd8dd7de7d7725dd528
|
|
| MD5 |
af0ab93c7d8a1a6daa50b4e77a075e66
|
|
| BLAKE2b-256 |
c2733f8efe57d85950774063bbbfca021426b110d01df587b906e975dfcbb1a1
|