jjsantos01/jupyter-notebook-mcp
connects Jupyter Notebook to Claude AI, allowing Claude to directly interact with and control Jupyter Notebooks.
Quick Start
Clone the repository:
git clone https://github.com/jjsantos01/jupyter-notebook-mcpClaude 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.