MCP reference for Jupyter MCP Server: 22 tools and 1 prompt, generated from a live protocol snapshot of the server.
Jupyter MCP Server — MCP reference
Jupyter MCP Server is a Model Context Protocol server that lets AI agents operate Jupyter notebooks: managing notebooks and cells, executing code on live kernels, and provisioning code sandboxes.
This reference documents the server's complete MCP surface — 22 tools and 1 prompt (protocol revision 2025-11-25) — captured from a running server built from this repository. Each page shows the exact schema the server advertises plus a link to the decorator that registers it. The MCP Reference tab renders the same snapshot as a single interactive page, and Configuration covers every runtime setting and both transports.
Read a specific cell from the currently activated notebook and return it's metadata (index, type, execution count), source and outputs (for code cells)
Like @ or # in Coding IDE or CLI, cite specific cells from specified notebook and insert them into the prompt.
About these docs
Generated with Sourcey from an mcp-parser stdio snapshot of the server (jupyter-mcp-server --transport stdio --start-new-code-sandbox false). The snapshot, source map, and page generator are checked in under docs/sourcey/, and CI regenerates them on every pull request and fails on any difference, so this page cannot drift from the code.