Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧮 Data Science Tools
  3. Jupyter Notebook MCP
Jupyter Notebook MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 7:04:10 PM

Jupyter Notebook MCP

User RatingsBe the first to rate and review this MCP server!
View Repository131 GitHub StarsTotal stargazers on GitHub for the source repository (131 stars).Visit Website
jupytercode-executionnotebookspython

Connects Claude Desktop to Jupyter Notebook 6.x for cell execution, editing, saving, and output retrieval.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON â–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "jjsantos01-jupyter-notebook-mcp": {
      "command": "uvx",
      "args": [
        "seaborn"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🧮 More in Data Science Tools

Overview

The jjsantos01/jupyter-notebook-mcp MCP server connects Claude Desktop with Jupyter Notebook 6.x through a WebSocket bridge and an MCP process. It lets Claude inspect notebooks, edit or insert cells, execute code, save notebooks, and retrieve text or image outputs. Setup requires Python, uv, Claude Desktop, and a notebook configured with the provided kernel and integration code. Reach for it when an agent needs to operate a local classic Jupyter Notebook; it does not support JupyterLab, Notebook 7, VS Code Notebooks, or Google Colab.

Use cases

•Execute analysis code in a local Jupyter Notebook
•Build and update notebook cells from Claude
•Inspect and retrieve notebook execution outputs
•Prepare notebook cells for a slideshow

Key features

•WebSocket bridge between Jupyter and MCP
•Cell insertion, editing, and execution
•Notebook inspection and saving
•Text and image output retrieval
•Cell slideshow type management

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Jupyter Notebook MCP.

Extracted Tool Capabilities
WebSocket bridge between Jupyter and MCP
Cell insertion, editing, and execution
Notebook inspection and saving
Text and image output retrieval
Cell slideshow type management

How Jupyter Notebook MCP works

What jjsantos01/jupyter-notebook-mcp MCP server does

The jjsantos01/jupyter-notebook-mcp MCP server gives Claude Desktop access to a running Jupyter Notebook through MCP. It is designed for classic Jupyter Notebook 6.x and supports notebook-level operations as well as individual cell actions. Claude can inspect the current notebook, modify cell content, add and execute cells, run selected cells, or run the complete notebook.

The integration also supports saving the notebook and reading execution results. Text output can be retrieved from a selected cell, and image output can be requested separately. A slideshow setting can be assigned to a cell, which is useful when notebook content is being prepared as a presentation.

How it works

The project uses three cooperating parts. A WebSocket server runs inside Jupyter and provides the bridge to the notebook. JavaScript in the notebook handles operations such as cell insertion and execution. The MCP server runs externally and translates Claude’s tool calls into messages sent over that WebSocket connection.

A typical session starts with Jupyter Notebook 6.x running under the jupyter-mcp kernel. The user then imports the integration helper from the repository’s src directory in a notebook cell and starts the WebSocket service. Claude Desktop is launched with an MCP configuration that runs the repository’s MCP server through uv.

The jjsantos01/jupyter-notebook-mcp MCP server can execute arbitrary Python code in the local notebook environment. That makes the notebook’s installed libraries and data available to agent-driven work, but it also means actions can modify or delete local data.

Setup and configuration

The documented prerequisites are Python 3.12 or newer, uv, Claude Desktop, and Jupyter Notebook 6.x. After obtaining the repository, the setup uses uv run to create or use the project environment and install the jupyter-mcp kernel specification. Additional analysis packages, such as Seaborn, can be installed with uv pip install when needed.

Claude Desktop’s developer configuration must define an MCP server whose command is uv. Its arguments point to the local repository’s src directory, run the project environment, and start jupyter_mcp_server.py. The example configuration contains a machine-specific absolute path that must be replaced before use.

To connect a notebook, start classic Notebook with uv run jupyter nbclassic, select the jupyter-mcp kernel, and execute the integration setup code from the repository. The path added to Python’s module search path must also refer to the local src directory. Restart Claude Desktop after changing its configuration.

Tools and capabilities

The available MCP tools include:

  • ping for checking connectivity.
  • insert_and_execute_cell for adding and running a cell at a chosen position.
  • edit_cell_content for changing an existing cell.
  • run_cell and run_all_cells for execution.
  • get_cells_info and get_notebook_info for notebook inspection.
  • save_notebook for saving the current notebook.
  • get_cell_text_output and get_image_output for retrieving results.
  • set_slideshow_type for assigning a cell’s presentation type.

Limitations and notes

The jjsantos01/jupyter-notebook-mcp MCP server is explicitly limited to Jupyter Notebook 6.x. It is not documented as compatible with JupyterLab, Jupyter Notebook 7.x, VS Code Notebooks, Google Colab, or other notebook interfaces.

The project is described as experimental. Because notebook execution is unrestricted Python execution on the user’s computer, use care with prompts and back up important projects and data before connecting an agent.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Data Science Tools View all alternatives
  • Jupyter MCP Server logoJupyter MCP Server

    Model Context Protocol (MCP) Server for Jupyter.

    🧮 Data Science Tools2 views
    Compare vs Jupyter MCP Server →
  • Fermat MCP logoFermat MCP

    The ultimate math engine unifying SymPy, NumPy & Matplotlib in one powerful server. Perfect for developers & researchers needing symbolic algebra, numerical computing, and data visualization.

    🧮 Data Science Tools3 views
    Compare vs Fermat MCP →
  • Vizro MCP logoVizro MCP

    Tools and templates to create validated and maintainable data charts and dashboards.

    🧮 Data Science Tools5 views
    Compare vs Vizro MCP →
  • Bundler MCP logoBundler MCP

    Enables agents to query local information about dependencies in a Ruby project's Gemfile.

    🧮 Data Science Tools2 views
    Compare vs Bundler MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
131
Stargazers on the source repository.
npm downloads
220
Package downloads in the last 30 days.
Last commit
1y ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Jupyter Notebook MCP

Clone or download the repository, install or use uv, and run the documented uv commands to create the environment and install the jupyter-mcp kernel. Claude Desktop must then be configured to run jupyter_mcp_server.py from the repository's src directory.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewJupyter Notebook MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/jjsantos01-jupyter-notebook-mcp?style=directory)](https://allmcps.com/mcp/jjsantos01-jupyter-notebook-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/jjsantos01-jupyter-notebook-mcp"><img src="https://allmcps.com/api/badge/jjsantos01-jupyter-notebook-mcp?style=directory" alt="Jupyter Notebook MCP on AllMCPs" /></a>

Technical Specs & Signals

Category🧮Data Science Tools
PricingFree
More technical detailsExpand â–¾
TransportSTDIO
RuntimePython
AuthNo auth required
ClientsClaude Desktop
Last updatedSep 7, 2026
10/10 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars131
GitHub Star CountTotal stargazers on GitHub representing community popularity (131 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Apr 2, 2025
npm downloads220/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
45Quality signal: Fair · 45/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools18/30
Adoption & activity6/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev · seaborn (PyPI)

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧮 Data Science Tools →Best MCP servers for Data Science →Alternatives to Jupyter Notebook MCP →Install in Claude DesktopInstall in CursorInstall in VS Code