An MCP service specifically developed for AI to connect and manage Jupyter Notebooks
Tools
connect_notebook
list_notebook
restart_notebook
read_notebook
list_cell
read_cell
delete_cell
insert_cell
execute_cell
overwrite_cell
append_execute_cell
execute_temporary_cell
Server Config
{
"mcpServers": {
"Jupyter-MCP-Server": {
"command": "uvx",
"args": [
"better-jupyter-mcp-server"
],
"env": {},
"transport": "stdio"
}
}
}