data science tools

Jupyter Notebook Mcp

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

python
local
data science tools
0
View on GitHub

Installation

npx -y jjsantos01/jupyter-notebook-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

jjsantos01/jupyter-notebook-mcp

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

GitHub: https://github.com/jjsantos01/jupyter-notebook-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub