Back to MCP Servers
Jupyter Notebook
connects Jupyter Notebook to Claude AI, allowing Claude to directly interact with and control Jupyter Notebooks.
data-science-toolsai
By jjsantos01
Installation
npx -y jupyter-notebook-mcpConfiguration
{
"mcpServers": {
"jupyter-notebook-mcp": {
"command": "npx",
"args": ["-y", "jupyter-notebook-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes