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.
「データと分析」の他のコンテンツ
Google Ads MCP
cohnenAn MCP tool that connects Google Ads with Claude AI/Cursor and others, allowing you to analyze your advertising data through natural language conversations. This integration gives you access to campaign information, performance metrics, keyword analytics, and ad management—all th
Bright Data MCP
luminati-ioA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
Federal Reserve Economic Data MCP Server
stefanoamorelliOpen-source FRED MCP Server (Federal Reserve Economic Data)
HubSpot MCP Server
baryhuangA Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
arxiv-latex MCP Server
takashiishidaMCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.
コメント