Read, modify, and batch-process Jupyter notebooks without running a Jupyter server.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "jupyter-editor-mcp" yet — see the docs or source repo.
Use jupyter-editor-mcp to scan all .ipynb files under ./notebooks, clear outputs and execution counts from every code cell, keep source code unchanged, and summarize which files were modified.
A list of processed notebooks with outputs cleared and files saved.
Use jupyter-editor-mcp across all Jupyter notebooks in the current project to standardize `import matplotlib.pyplot as plt`; if the import is missing, add it to the first code cell and report where changes were made.
A change summary showing which notebooks and cells were updated.
Use jupyter-editor-mcp to read analysis.ipynb, list all Markdown headings, count code cells, show each cell's execution order, and produce a structured summary.
A notebook outline, cell statistics, and execution-order summary.
Load, edit, search, and save Jupyter notebooks through MCP tools.
Connect to a Jupyter kernel to manage, edit, and run notebooks.
Let AI read, edit, and execute Jupyter notebooks directly.
Connect to Jupyter via MCP to run code and explore data interactively.
Let AI manage notebook cells, dependencies, and efficient code execution.
Expose Python functions from Jupyter Server as tools for MCP clients.