[ MCP_NODE_3826 ]
Jupyter Notebook 集成
分类:
开发工具
协议:
MCP v1.0
[ 描述 ]
Jupyter Notebook 的 MCP 服务,从 Claude 中执行代码、管理 notebook 并与 Jupyter kernel 交互。
[ 配置_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"jupyter": {
"description": "Model Context Protocol server for Jupyter notebooks. Execute code, manage notebooks, and interact with Jupyter kernels directly from Claude.",
"command": "uvx",
"args": [
"jupyter-mcp-server@latest"
],
"env": {
"JUPYTER_URL": "<your-jupyter-url>",
"JUPYTER_TOKEN": "<your-jupyter-token>"
}
}
}
}
数据来源:claude-code-templates(MIT),中文翻译由 AI 生成。详见关于我们。
粤公网安备44030002003366号