jupyter-notebook-mcp logo

jupyter-notebook-mcpפרוטוקול הקשר של המודל (MCP) עבור Jupyter Notebook

(0)
Daniel Nikulshynנבדק על ידי Daniel Nikulshyn·עודכן יולי 2026

סקירה

JupyterMCP מחבר את Jupyter Notebook ל-Claude AI דרך פרוטוקול הקשר של המודל (MCP), ומאפשר ביצוע קוד מסייע באמצעות AI, ניתוח נתונים, ויזואליזציה ועוד. האינטגרציה הזו מאפשרת ל-Claude לתקשר ישירות עם Jupyter Notebooks ולשלוט בהן. היא תואמת רק לגרסה 6.x של Jupyter Notebook ומורכבת משלושה רכיבים עיקריים: שרת WebSocket, לקוח JavaScript ושרת MCP.

תכונות עיקריות

  • תקשורת דו-כיוונית דרך שרת מבוסס WebSocket
  • מניפולציה של תאים (הכנסה, ביצוע, ניהול)
  • ניהול פנקס (שמירה, אחזור מידע)
  • ביצוע תאים (ריצה של תאים ספציפיים או כל התאים)
  • אחזור פלט עם אפשרויות הגבלת טקסט

תמחור

מודל
Free
קטגוריה
שרתי MCP
דירוג
אין עדיין ביקורות

מקרי שימוש

ניתוח נתונים מסייע באמצעות AI

השתמש ב-Claude AI כדי לתקשר עם Jupyter Notebook עבור ניתוח נתונים, ויזואליזציה וביצוע קוד.

ביצוע אוטומטי של קוד

נצלו את Claude AI כדי לבצע תאים ספציפיים או כל התאים ב-Jupyter Notebook, ולזרום את העבודה.

יתרונות וחסרונות

יתרונות

  • מאפשר ביצוע קוד מסייע באמצעות AI וניתוח נתונים
  • מאפשר ל-Claude AI לתקשר ישירות עם Jupyter Notebooks ולשלוט בהן
  • תומך בתקשורת דו-כיוונית בין Claude AI ל-Jupyter Notebook

חסרונות

  • תואמת רק לגרסה 6.x של Jupyter Notebook
  • דורש Python 3.12 או חדש יותר ומנהל חבילות uv
  • תהליך ההתקנה כולל מספר שלבים וקביעות

שיא קרבות

ב-1 קרב בפנתאון.

0
1
0
2
1
3

Last battle

ביקורות

התחבר כדי להשאיר ביקורת.

עדיין אין ביקורות. היה הראשון!

שאלות ותשובות

What are the prerequisites for installing JupyterMCP?

You need Python 3.12 or newer and the uv package manager. After cloning the repo, create a virtual environment, install the kernel, and optionally add packages like seaborn. Finally, configure the Claude desktop app with the mcpServers settings.

Asked by Thandiwe Dlamini · Jan 12, 2026

How does Claude AI interact with the notebook using JupyterMCP?

Claude can insert, execute, and manage cells, save notebooks, retrieve information, run specific or all cells, and fetch output content (with text limits) via a WebSocket-based two‑way communication channel.

Asked by Farah Rahimi · Dec 15, 2025

What Jupyter versions does JupyterMCP support?

JupyterMCP works only with Jupyter Notebook 6.x. It is not compatible with Jupyter Lab, Notebook v7.x, VS Code Notebooks, or Google Colab.

Asked by Ximenez Alvarado · Nov 16, 2025

What are the main components of the JupyterMCP integration?

It consists of three parts: a WebSocket server (jupyter_ws_server.py) inside the notebook, a client JavaScript (client.js) that runs in the notebook, and an MCP server (jupyter_mcp_server.py) that implements the Model Context Protocol.

Asked by Nils Johansson · Nov 18, 2025

שאל שאלה

חלופות לשרתי MCP