shreyu258/Jupyter_MCP_Server
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.
JupyterMCP connects Jupyter Notebook to Claude AI through the Model Context Protocol (MCP), enabling AI-assisted code execution and more.
Tools
Functions exposed to the LLM to take actions
ping
Check server connectivity.
insert_and_execute_cell
Insert a cell at the specified position and execute it.
save_notebook
Save the current Jupyter notebook.
get_cells_info
Get information about all cells in the notebook.
get_notebook_info
Get information about the current notebook.
run_cell
Run a specific cell by its index.
run_all_cells
Run all cells in the notebook.
get_cell_text_output
Get the output content of a specific cell.
get_image_output
Get the images output of a specific cell.
edit_cell_content
Edit the content of an existing cell.
set_slideshow_type
Set the slide show type for cell.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client