jjsantos01/jupyter-notebook-mcp
by Various
A Model Context Protocol (MCP) for Jupyter Notebook
MCP
jjsantos01/jupyter-notebook-mcp
Added 1 June 2026
Overview
A Model Context Protocol (MCP) server that connects AI assistants to Jupyter Notebook environments. It allows agents to execute code, create and modify notebooks, and inspect outputs through a standardized interface.
Best for
Best for
Developers building AI agents that need to execute and inspect Python code in Jupyter notebooks
Use cases
- Automating notebook creation and cell execution from AI prompts
- Running data analysis scripts in Jupyter via an MCP client
- Integrating Jupyter workflows into agent-based development tools
How to use
Install
uv pip install seaborn Tools exposed
uvgitpythonpipipykernelstata-setup
Tested with
Claude Desktop, VS Code
Example client config
{\n "mcpServers": {\n "jupyter": {\n "command": "uv",\n "args": [\n "--directory",\n "/ABSOLUTE/PATH/TO/PARENT/REPO/FOLDER/src",\n "run",\n "jupyter_mcp_server.py"\n ]\n }\n }\n} Notes
A Model Context Protocol (MCP) server that connects AI assistants to Jupyter Notebook environments. It allows agents to execute code, create and modify notebooks, and inspect outputs through a standardized interface.
129 stars on GitHub. Last updated 2025-04-02. Licensed MIT.
Use cases
- Automating notebook creation and cell execution from AI prompts
- Running data analysis scripts in Jupyter via an MCP client
- Integrating Jupyter workflows into agent-based development tools
Pros
- Enables direct AI interaction with live Jupyter kernels
- Lightweight and focused on a single, well-defined protocol
- Open source with a growing community (129 stars)
Cons
- Requires an MCP-compatible client to be useful
- Limited to Jupyter Notebook environments only
- Relatively new project with fewer integrations and documentation
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Enables direct AI interaction with live Jupyter kernels
- Lightweight and focused on a single, well-defined protocol
- Open source with a growing community (129 stars)
Cons
- Requires an MCP-compatible client to be useful
- Limited to Jupyter Notebook environments only
- Relatively new project with fewer integrations and documentation
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.