jjsantos01/jupyter-notebook-mcp
A Model Context Protocol (MCP) for Jupyter Notebook
Platform-specific configuration:
{
"mcpServers": {
"jupyter-notebook-mcp": {
"command": "npx",
"args": [
"-y",
"jupyter-notebook-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
JupyterMCP connects Jupyter Notebook to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Jupyter Notebooks. This integration enables AI-assisted code execution, data analysis, visualization, and more.
This tool is compatible ONLY with Jupyter Notebook version 6.x.
It does NOT work with:
The system consists of three main components:
If you're on Mac:
brew install uvOn Windows (PowerShell):
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"For other platforms, see the [uv installation guid
Loading reviews...