jupyter-mcp-server — Claude MCP 必备工具中文教程 是 AI Skill Hub 本期精选MCP工具之一。已获得 1.1k 颗 GitHub Star,综合评分 8.2 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
为Jupyter笔记本提供Model Context Protocol服务的工具,支持MCP协议集成,使AI助手能够与Jupyter环境交互执行代码。适合数据科学家、AI工程师及需要增强Jupyter功能的开发者使用。
jupyter-mcp-server — Claude MCP 必备工具中文教程 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
为Jupyter笔记本提供Model Context Protocol服务的工具,支持MCP协议集成,使AI助手能够与Jupyter环境交互执行代码。适合数据科学家、AI工程师及需要增强Jupyter功能的开发者使用。
jupyter-mcp-server — Claude MCP 必备工具中文教程 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/datalayer/jupyter-mcp-server
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"jupyter-mcp-server---claude-mcp---------": {
"command": "npx",
"args": ["-y", "jupyter-mcp-server"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 jupyter-mcp-server — Claude MCP 必备工具中文教程 执行以下任务... Claude: [自动调用 jupyter-mcp-server — Claude MCP 必备工具中文教程 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"jupyter-mcp-server___claude_mcp_________": {
"command": "npx",
"args": ["-y", "jupyter-mcp-server"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
<a href="https://datalayer.ai"><img alt="Datalayer" src="https://images.datalayer.io/brand/logos/datalayer-horizontal.svg" height="22"/></a>
Every tool, with its parameters, schema and return value, is generated from a live snapshot of the running server and published at jupyter-mcp-server.datalayer.tech/mcp — so it is never out of step with the code, which a table copied into this file would be.
They fall into four groups:
- Server and code sandbox — browse the Jupyter file system, list kernels, connect to a server at runtime, and launch, select and terminate code sandboxes. - Notebooks — open, create and switch between notebooks, list them, read one, restart its kernel, release it. - Cells — read, insert, delete, move, reorder and edit cells, surgically or wholesale, and clear their outputs. - Execution — run a cell or arbitrary code on the active backend, with multimodal output and streaming where the sandbox supports it.
Sandbox tools need the optional jupyter_mcp_sandboxes extension; see Sandbox Variants.
Available only when JupyterLab mode is enabled. It is enabled by default.
In JupyterLab mode the server also exposes JupyterLab commands as MCP tools through jupyter-mcp-tools — notebook_run-all-cells and notebook_get-selected-cell by default, with more selectable through allowed_jupyter_mcp_tools. The full list and how to configure it are in the Additional Tools documentation.
The server implements the MCP prompts feature. jupyter-cite cites specific cells from a notebook, the way @ does in a coding IDE or CLI. Input parameters and returned content are in the Prompts documentation.
Compatible with any Jupyter deployment (local, JupyterHub, ...) and with Datalayer hosted Notebooks, where the Code Sandboxes come with GPUs and the execution survives a disconnect.
For comprehensive setup instructions—including Streamable HTTP transport, running as a Jupyter Server extension and advanced configuration—check out our documentation. Or, get started quickly with JupyterLab and STDIO transport here below.
pip install jupyterlab jupyter-collaboration jupyter-mcp-tools ipykernel
---
To confirm your environment is correctly configured:
This automatic saving behavior confirms that the real-time collaboration features are working properly, which is essential for MCP server integration.
---
jupyter lab --port 8888 --IdentityProvider.token MY_TOKEN --ip 0.0.0.0 ```
---
If you are running notebooks through JupyterHub instead of JupyterLab as above, refer to our JupyterHub setup guide.
---
Next, configure your MCP client to connect to the server. We offer two primary methods—choose the one that best fits your needs:
uvx (Recommended for Quick Start): A lightweight and fast method using uv. Ideal for local development and first-time users.Docker (Recommended for Production): A containerized approach that ensures a consistent and isolated environment, perfect for production or complex setups.<details> <summary><b>📦 Using uvx (Quick Start)</b></summary>
First, install uv:
```bash pip install uv uv --version
优质MCP实现,1.1K Star体现认可度。架构清晰,代码执行能力强,是Jupyter生态与AI协议的重要桥梁,维护活跃。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ BSD 3-Clause — 宽松协议,可商用修改分发,禁止使用原作者名称进行背书宣传。
经综合评估,jupyter-mcp-server — Claude MCP 必备工具中文教程 在MCP工具赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | jupyter-mcp-server |
| 原始描述 | 🪐 🔧 Model Context Protocol (MCP) Server for Jupyter. |
| Topics | MCPJupyterAI工具代码执行协议服务 |
| GitHub | https://github.com/datalayer/jupyter-mcp-server |
| License | BSD-3-Clause |
| 语言 | Python |
收录时间:2026-05-22 · 更新时间:2026-05-30 · License:BSD-3-Clause · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端