Back to MCP Servers
🔌

datalayer/jupyter-mcp-server

BSD-3-ClauseAPI key required

🐍 🏠 - Model Context Protocol (MCP) Server for Jupyter.

PythonAI & LLMs

Install

npx -y datalayer-jupyter-mcp-server

Required environment variables

JUPYTER_TOKENSet in your MCP config
DOCUMENT_TOKENSet in your MCP config
RUNTIME_TOKENSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "datalayer-jupyter-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "datalayer-jupyter-mcp-server"
      ],
      "env": {
        "JUPYTER_TOKEN": "<YOUR_JUPYTER_TOKEN>",
        "DOCUMENT_TOKEN": "<YOUR_DOCUMENT_TOKEN>",
        "RUNTIME_TOKEN": "<YOUR_RUNTIME_TOKEN>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.