jupyter-notebook-mcp
58
JupyterMCP integrates Jupyter Notebook with Claude AI using Model Context Protocol to facilitate AI-driven data analysis and code execution. It is compatible only with Jupyter Notebook 6.x and features WebSocket communication for efficient operations.
WebSocket Server
Establish a WebSocket server in Jupyter to bridge the communication between the notebook and the external client
Client JavaScript
Run in a notebook to process operations (insert cells, execute code, etc.)
MCP Server
Implement Model Context Protocol and connect to WebSocket server