data science tools

Jupyter Mcp Server

Model Context Protocol (MCP) Server for Jupyter.

python
local
data science tools
0
View on GitHub

Installation

npx -y datalayer/jupyter-mcp-server

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

datalayer/jupyter-mcp-server

Model Context Protocol (MCP) Server for Jupyter.

GitHub: https://github.com/datalayer/jupyter-mcp-server

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub