Skip to main content
Data Science ToolsPython

datalayer/jupyter-mcp-server

Model Context Protocol (MCP) Server for Jupyter.

data-science-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/datalayer/jupyter-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "jupyter-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "datalayer/jupyter-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Data Science Tools
Language
Python
Author
datalayer