[ MCP_NODE_3827 ]

jupyter

CATEGORY:
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.
[ UPLINK_INFO ]
TYPE
Unknown
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.