mcp-server-jupyter
If you are the rightful owner of mcp-server-jupyter 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.
An MCP server for managing and interacting with Jupyter notebooks programmatically.
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