ワンクリックで
jupyter-notebook
Interact with Jupyter notebooks. Use this to "run cell", "read notebook", or "execute python in notebook".
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Interact with Jupyter notebooks. Use this to "run cell", "read notebook", or "execute python in notebook".
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.
Fetch up-to-date documentation for libraries and frameworks using Context7. Use this when the user asks for "latest docs", "API reference", or code examples for specific libraries.
Manage Docker containers, images, and volumes. Use this when the user asks to "list containers", "check logs", or "run a container".
Guide for debugging failing GitHub Actions workflows. Use this when asked to debug failing GitHub Actions workflows.
Manage GitHub Pull Requests, Issues, and Reviews. Use this for "create PR", "check PR status", or "list issues".
| name | jupyter-notebook |
| description | Interact with Jupyter notebooks. Use this to "run cell", "read notebook", or "execute python in notebook". |
Uses jupyter-mcp-server to execute code in notebooks.
Command Template:
npx mcporter call --command "uvx jupyter-mcp-server --transport=stdio" --tool <tool_name> --args <json_args>
execute_cell: Run a specific cell in a notebook.
read_notebook: Read the contents of a .ipynb file.
Example: Read a notebook
npx mcporter call --command "uvx jupyter-mcp-server --transport=stdio" --tool read_notebook --args '{"path": "analysis.ipynb"}'