3dslicer-claude-bridge
Verified Safeby brainbloodbarrier
Overview
Provides Claude Code with programmatic access to 3D Slicer for AI-assisted medical image analysis, surgical planning, and radiomics research.
Installation
uv --directory /path/to/slicer-bridge run slicer-mcpEnvironment Variables
- SLICER_URL
- SLICER_TIMEOUT
- SLICER_AUDIT_LOG
- SLICER_METRICS_ENABLED
- PYTHONDONTWRITEBYTECODE
Security Notes
The server includes an `execute_python` tool that allows execution of arbitrary Python code in 3D Slicer's environment. This is a critical security risk if misused or deployed in an untrusted environment. However, the project explicitly states it is an 'educational/research tool for localhost use only' and 'not suitable for clinical data or production environments'. Input validation is robustly implemented for other tools to prevent common injection attacks. Audit logging for `execute_python` calls is present but for traceability, not enforcement. No hardcoded secrets were found.
Similar Servers
claude-code-mcp
Acts as an MCP server to enable LLMs to run Claude Code CLI in one-shot mode, bypassing permissions for complex coding, file system, Git, and terminal operations.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
ast-mcp-server
Provides an MCP (Model Context Protocol) server for code structure and semantic analysis using ASTs and ASGs, integrated with external AI clients like Claude Desktop.
mcp-skills-plugins
Automate Chrome browser tasks for web testing, scraping, performance analysis, and debugging web applications.