Skip to main content
Data Science ToolsPython

jjsantos01/jupyter-notebook-mcp

connects Jupyter Notebook to Claude AI, allowing Claude to directly interact with and control Jupyter Notebooks.

data-science-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/jjsantos01/jupyter-notebook-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "jupyter-notebook-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jjsantos01/jupyter-notebook-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Data Science Tools
Language
Python
Author
jjsantos01