Back to directory
datalayer/jupyter-mcp-server

datalayer/jupyter-mcp-server

@datalayer

An MCP server for AI to connect and manage Jupyter Notebooks in real-time

jupyternotebookmcpaipythondata-scienceautomation

Installation & Configuration

{
  "mcpServers": {
    "jupyter": {
      "command": "uvx",
      "args": [
        "jupyter-mcp-server@latest"
      ],
      "env": {
        "JUPYTER_URL": "http://localhost:8888",
        "JUPYTER_TOKEN": "MY_TOKEN",
        "ALLOW_IMG_OUTPUT": "true"
      }
    }
  }
}

Information

Transport
stdiostreamable-http
Language
Python
Created
2026/6/12
Updated
2026/6/13