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
Installation
npx -y jjsantos01/jupyter-notebook-mcpConfiguration
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub