Jupyter Skill
Uses jupyter-mcp-server to execute code in notebooks.
Usage
Command Template:
bash
npx mcporter call --command "uvx jupyter-mcp-server --transport=stdio" --tool <tool_name> --args <json_args>
Common Tools
- •
execute_cell: Run a specific cell in a notebook. - •
read_notebook: Read the contents of a .ipynb file.
Example: Read a notebook
bash
npx mcporter call --command "uvx jupyter-mcp-server --transport=stdio" --tool read_notebook --args '{"path": "analysis.ipynb"}'