mcp-jupyter-server

azharlabs/mcp-jupyter-server

3.2

If you are the rightful owner of mcp-jupyter-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The MCP JUPYTER Server is a Model Context Protocol server designed to facilitate the inspection and editing of Jupyter notebooks through any MCP-compatible client.

Tools

Functions exposed to the LLM to take actions

list_cells

List all cells with indices and type information.

get_cell_source

Get source code of specific cells by index.

edit_cell_source

Edit cell content by index.

insert_cell

Insert new cells at specific positions.

delete_cell

Delete cells by index with automatic reindexing.

move_cell

Move cells between positions.

convert_cell_type

Convert between code/markdown/raw cells.

bulk_edit_cells

Perform multiple operations in a single call.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources