Works with Claude • Cursor • Future AI

Give Your AI Superpowers with Jupyter Notebooks

Jupyters is the commercial-grade MCP server that lets your AI assistant read, write, and execute code with deep semantic understanding.

Read analysis.ipynb & run all cells

I'll read and execute your notebook...

🔧 Using: read_notebook
⚡ Using: run_cell (cells 1-5)
# Output:
Correlation: 0.84
DataFrame shape: (1247, 8)

Everything Your AI Needs

16 powerful MCP tools for complete Jupyter integration

📓

Full Read/Write Access

Your AI isn't just chatting anymore. It can read cell outputs, edit code, split cells, and structure your notebooks exactly how you want them.

Live Execution

Run code in real kernels. Capture stdout, stderr, and rich outputs immediately.

🔍

Deep Inspection

Don't just see "DataFrame". See semantic details: lists, dicts, tensors, shapes, and schemas. Jupyters parses variable states to give your AI context no other tool can matching.

🧠

Auto-Healing

When code fails, Jupyters automatically inspects the traceback variables to fix bugs faster.

📊

Visualizations

Matplotlib, Seaborn, and Plotly charts are captured and shown directly in the AI chat interface.

See It In Action

Real conversations with Claude using Jupyters

Claude Desktop | analysis.ipynb
Load sales_data.csv and find the top 5 products by revenue

I'll load the data and group by product...

🔧 Using: run_cell
Input [1]
import pandas as pd
df = pd.read_csv('sales_data.csv')
top = df.groupby('product')['revenue'].sum().nlargest(5)
top
Product A $1,234,567
Product B $987,654
Product C $876,543
Product D $765,432
Product E $654,321
Name: revenue, dtype: int64

Get Started in 2 Minutes

Three simple steps to give your AI notebook superpowers

1

Install

Install the server package via pip.

pip install jupyters-server
2

Configure

Add to Claude Desktop config.

{
  "mcpServers": {
    "jupyters": {
      "command": "jupyters-server"
    }
  }
}
3

Use It!

Restart Claude and try:

"Read my notebook and fix the bugs"

Simple, Transparent Pricing

Start free, upgrade when you need more power

Free

$0
  • ✓ 10 executions/day
  • ✓ Read/write notebook cells
  • ✓ Auto-error analysis
Get Started

Team

$29/mo
  • ✓ Everything in Pro
  • ✓ ML domain profile
  • ✓ Finance domain profile
  • ✓ Priority support
Contact Sales