jupyter-notebook-mcp

jupyter-notebook-mcp

58

JupyterMCP integrates Jupyter Notebook with Claude AI using Model Context Protocol to facilitate AI-driven data analysis and code execution. It is compatible only with Jupyter Notebook 6.x and features WebSocket communication for efficient operations.

uv
{
  "mcpServers": {
    "jupyter": {
      "command": "uv",
      "args": [
        "--directory",
        "/ABSOLUTE/PATH/TO/PARENT/REPO/FOLDER/src",
        "run",
        "jupyter_mcp_server.py"
      ]
    }
  }
}