Python Notebook MCP
UnclaimedLightweight Python Notebook MCP - Enable AI assistants to create, edit, and view Jupyter notebooks via Model Context Protocol
Install
uv pip install fastmcpUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (9)
add_cell
Adds a new code or markdown cell at a specific index or the end.
create_notebook
Creates a new, empty Jupyter notebook if it doesn't exist.
edit_cell
Modifies the source content of an existing cell by index.
initialize_workspace
REQUIRED FIRST STEP. Sets the absolute path for the workspace.
list_notebooks
Lists all .ipynb files found within the workspace directory.
read_cell
Reads the content and metadata of a specific cell by index.
read_cell_output
Reads the output(s) of a specific code cell by index.
read_notebook
Reads the entire structure and content of a notebook.
read_notebook_outputs
Reads all outputs from all code cells in a notebook.