MCP Jupyter Complete
JSON →A server for Jupyter notebook manipulation with position-based operations and VS Code integration.
Tools · 9
- list_cells List all cells with indices and type information
- get_cell_source Get source code of specific cells by index
- edit_cell_source Edit cell content by index
- insert_cell Insert new cells at specific positions
- delete_cell Delete cells by index with automatic reindexing
- move_cell Move cells between positions
- convert_cell_type Convert between code/markdown/raw cells
- bulk_edit_cells Perform multiple operations in a single call
- trigger_vscode_reload Force VS Code to reload notebook files
Links
★ 2 GitHub stars