jupyter-notebook-mcp logo

jupyter-notebook-mcp基于 Jupyter Notebook 的模型上下文协议 (MCP)

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

JupyterMCP 将 Jupyter Notebook 与 Claude AI 连接起来,通过模型上下文协议 (MCP) 开启 AI 助手代码执行、数据分析、可视化等功能。这种集成使 Claude AI能够直接交互和控制 Jupyter Notebooks。它只支持 Jupyter Notebook 版本 6.x,包含三个主要组件:WebSocket 服务器、客户端 JavaScript 和 MCP 服务器。

主要功能

  • 通过 WebSocket 服务器实现双向通信
  • 单元格操作(插入、执行、管理)
  • 笔记本管理(保存、检索信息)
  • 单元格执行(运行特定单元格或所有单元格)
  • 输出检索(带有文本限制选项)

价格

模型
Free
评分
暂无评价

使用场景

基于 AI 的数据分析

使用 Claude AI 与 Jupyter Notebook 进行数据分析、可视化和代码执行。

自动化代码执行

利用 Claude AI 执行 Jupyter Notebook中特定单元格或所有单元格的工作流程。

优点 & 缺点

优点

  • 启用 AI 助手代码执行和数据分析
  • 使 Claude AI能够直接交互和控制 Jupyter Notebooks
  • 支持 Claude AI 与 Jupyter Notebook之间的双向通信

缺点

  • 仅支持 Jupyter Notebook版本 6.x
  • 需要 Python 3.12 或更新版本和 uv_package Manager
  • 设置过程涉及多步骤和配置

对决战绩

在万神殿中参与了 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

提问

服务配缩器 的替代品