jupyter-mcp-server

ChengJiale150/jupyter-mcp-server

3.3

If you are the rightful owner of jupyter-mcp-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 henry@mcphub.com.

Jupyter MCP Server is a specialized MCP service designed to connect and manage Jupyter Notebooks for AI applications.

Tools

Functions exposed to the LLM to take actions

connect_notebook

Connects or creates a notebook at a specified path.

list_notebook

Lists all currently connected notebooks.

restart_notebook

Restarts a specified notebook, clearing all imports and variables.

list_cell

Lists all cells in a specified notebook with basic information.

read_cell

Reads the content of a specified cell in a notebook.

delete_cell

Deletes a specified cell in a notebook.

insert_cell

Inserts a cell above or below a specified index in a notebook.

execute_cell

Executes a specified cell in a notebook and returns the output.

append_execute_cell

Adds and executes a cell at the end of a notebook.

execute_temporary_cell

Executes a temporary code block without storing it in the notebook.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources