mcp-server-jupyter

mcp-server-jupyter

20

The MCP server enables programmatic management and interaction with Jupyter notebooks. It offers tools for reading, editing, and executing notebook cells, making it useful for integrating Jupyter functionalities into other platforms such as Claude Desktop.

read_notebook_with_outputs

Read the notebook content containing cell output

read_notebook_source_only

Read only the source code of the notebook, suitable for size limitations

read_output_of_cell

Read output from a specific cell

add_cell

Add new cells to your notebook, support code or Markdown type

edit_cell

Modify existing cell contents

execute_cell

Execute a specific cell and return its output to verify the execution result