jupyter-mcp.md

Jupyter MCP (Datalayer)

UI AppFeatured
from"datalayer"
1.4k

Connect AI to Jupyter Notebooks for real-time data science workflows

Data & Analytics
Jupyternotebooksdata sciencereal-time
install.sh
# Clone the repository
$git clone https://github.com/datalayer/jupyter-mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve