Official · MODEL CONTEXT PROTOCOL

zhaoyouj mcp slicer

A Model Context Protocol server for 3D Slicer integration

WHAT IT CONNECTS

What zhaoyouj mcp slicer gives an 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

An MCP listing is not a security review

An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.