Back to MCP Servers
Jupyter
Model Context Protocol (MCP) Server for Jupyter.
data-science-tools
By datalayer
Installation
npx -y jupyter-mcp-serverConfiguration
{
"mcpServers": {
"jupyter-mcp-server": {
"command": "npx",
"args": ["-y", "jupyter-mcp-server"]
}
}
}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