Jupyter_MCP_Server
0
Jupyter_MCP_Server bridges Jupyter Notebook with Claude AI through the Model Context Protocol, facilitating AI-assisted operations within the notebook environment. It provides functionalities like cell manipulation, notebook management, and efficient execution, empowering users with advanced data analysis tools.
Jupyter_MCP_Server
Overview
JupyterMCP integrates Jupyter Notebook with Claude AI via the Model Context Protocol (MCP), enabling seamless AI-driven code execution, data analysis, and visualization. Key features include:
- Two-way communication: Connects Claude AI to Jupyter Notebook using a WebSocket server.
- Cell manipulation: Insert, run, and manage notebook cells.
- Notebook management: Save and retrieve notebook data.
- Execution control: Run specific or all cells.
- Output retrieval: Access executed cell outputs.
Features
- WebSocket Server: Facilitates communication between Jupyter and external clients.
- Client JavaScript: Manages cell and code operations.
- MCP Server: Bridges the gap between the WebSocket server and the Model Context Protocol.