[ MCP_NODE_3827 ]
jupyter
CATEGORY:
Developer Tools
PROTOCOL:
MCP v1.0
[ DESCRIPTION ]
Model Context Protocol server for Jupyter notebooks. Execute code, manage notebooks, and interact with Jupyter kernels directly from Claude.
[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"jupyter-en": {
"description": "Model Context Protocol server for Jupyter notebooks. Execute code, manage notebooks, and interact with Jupyter kernels directly from Claude.",
"command": "uvx",
"args": [
"jupyter-mcp-server@latest"
],
"env": {
"JUPYTER_URL": "<your-jupyter-url>",
"JUPYTER_TOKEN": "<your-jupyter-token>"
}
}
}
}
Source: claude-code-templates (MIT). See About Us for full credits.