Jupyter_MCP_Server
@shreyu258
关于 Jupyter_MCP_Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"Jupyter_MCP_Server": {
"command": "uv",
"args": [
"run",
"python",
"-m",
"ipykernel",
"install",
"--name",
"jupyter-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Jupyter_MCP_Server?
Jupyter_MCP_Server connects Jupyter Notebook to Claude AI through the Model Context Protocol (MCP), enabling AI-assisted code execution, data analysis, and visualization via two-way WebSocket communication.
How to use Jupyter_MCP_Server?
Install prerequisites (Python 3.12+, uv, Claude desktop), clone the repo, create a virtual environment with uv, install the jupyter-mcp kernel, configure Claude’s desktop config to point to the MCP server script, then start a Jupyter nbclassic server, create a notebook with the jupyter-mcp kernel, run setup_jupyter_mcp_integration() to start the WebSocket server, and launch Claude.
Key features of Jupyter_MCP_Server
- Two-way communication between Claude AI and Jupyter Notebook.
- Cell manipulation: insert, execute, and manage notebook cells.
- Notebook management: save and retrieve notebook information.
- Cell execution: run specific cells or all cells.
- Output retrieval: get text and image output from cells.
- Image output retrieval for visualizations.
Use cases of Jupyter_MCP_Server
- AI-assisted code development and debugging in Jupyter.
- Automated data analysis and visualization generation.
- Interactive exploration of datasets with natural language commands.
- Remote control of Jupyter notebooks via Claude’s interface.
- Streamlined scientific computing workflows with AI guidance.
FAQ from Jupyter_MCP_Server
What are the runtime requirements?
Python 3.12 or newer, the uv package manager, and the Claude AI desktop application are required.
How does the server communicate with the notebook?
It uses a WebSocket server started inside Jupyter that bridges communication between the notebook and the MCP server.
What tools does Claude gain access to?
Claude gets tools like ping, insert_and_execute_cell, save_notebook, get_cells_info, get_notebook_info, run_cell, run_all_cells, get_cell_text_output, get_image_output, edit_cell_content, and set_slideshow_type.
Where is the data stored?
The server does not persist data externally; it operates within the Jupyter notebook’s in-memory state and files saved by the user.
What transport protocol is used?
WebSocket for internal communication; the MCP server is run as a subprocess by Claude (stdin/stdout MCP transport). No authentication is described in the README.
数据与分析 分类下的更多 MCP 服务器
ArXiv MCP Server
blazickjpA Model Context Protocol server for searching and analyzing arXiv papers
Healthcare MCP Server
CicatriizA Model Context Protocol (MCP) server providing AI assistants with access to healthcare data and medical information tools, including FDA drug info, PubMed, medRxiv, NCBI Bookshelf, clinical trials, ICD-10, DICOM metadata, and a medical calculator.
MCP.science: Open Source MCP Servers for Scientific Research 🔍📚
pathintegral-instituteOpen Source MCP Servers for Scientific Research
PubMed MCP Server
JackKuo666🔍 Enable AI assistants to search, access, and analyze PubMed articles through a simple MCP interface.
评论