Official · MODEL CONTEXT PROTOCOL
zhaoyouj mcp slicer
A Model Context Protocol server for 3D Slicer integration
WHAT IT CONNECTS
zhaoyouj mcp slicer 为 AI Agent 提供什么
- list_nodes: List and filter Slicer MRML nodes and view their properties
- execute_python_code: Execute Python code in the Slicer environment
- 3D Slicer 5.8 or newer
- Python 3.13 or newer
- uv package manager
- Open the Slicer Web Server module,
- ensure the required interfaces are checked,
- then start the server
- The `execute_python_code` tool allows running arbitrary Python code in 3D Slicer, which is powerful but potentially dangerous.
- Complex operations may need to be broken down into smaller steps.
SECURITY
MCP 收录不等于安全审核
MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。