← Back to directory
H

Healthcare 3D

Community
MCP server for Healthcare & Medical 3D visualization — anatomy viewers, molecular structures, DICOM medical imaging, surgical planning, dental scanning.
GitHub source repository ↗
★ 1.3k Stars Category · Other Very popular Source revision d353366c7f4a
35FMRS · D
Reliability
3/20
Security and permissions
5/20
Maintenance
12/20
Documentation
7/20
Setup experience
8/20

This MCP server focuses on healthcare 3D visualization, with a clear tool set, but official docs do not detail tool specifics. As part of the SceneView ecosystem, it suits AI-assisted development in medical domains, but users should verify actual tool behavior and output.

Read the FMRS scoring method →

This MCP server is a specialized tool for healthcare and medical 3D visualization scenarios, built on the SceneView SDK. It offers anatomy viewers, molecular structures, DICOM medical imaging, surgical planning, and dental scanning. The server is a standalone MCP server (package healthcare-3d-mcp), independent from other MCP servers in the SceneView repository (e.g., automotive, gaming). It is published via npm, uses stdio transport, and is mainly used to assist AI assistants in generating healthcare-related 3D visualization code.

Tools

The tool list has not been reviewed yet.

Setup

claude mcp add healthcare-3d -- npx healthcare-3d-mcp
Or manually add to MCP config file.

claude_desktop_config.json
{
  "mcpServers": {
    "healthcare-3d": {
      "command": "npx",
      "args": [
        "-y",
        "healthcare-3d-mcp"
      ]
    }
  }
}

Fit and risk

Best for

  • AI-assisted development for rapid healthcare 3D visualization
  • Developers integrating medical 3D features into their apps
  • Tool development for medical education, surgical planning, etc.

Not for

  • General-purpose 3D scene development (use main SceneView MCP)
  • Standalone apps requiring real-time rendering or high-performance interaction (this server assists code generation, not direct rendering)
  • Non-medical domain users

Required permissions

  • Requires network access to download package from npm
  • May access local file system to read DICOM or other files (depending on tool implementation)
  • No explicit special permissions required

Risks and side effects

  • AI-generated code may contain compilation or runtime errors, requiring human review
  • Involves medical data; ensure privacy compliance and avoid leaking patient information
  • Dependency on npm package poses supply chain risks; update regularly

Troubleshooting

  1. Check that npm is installed and version is correct
  2. Confirm MCP client (e.g., Claude Desktop) is configured correctly with command npx healthcare-3d-mcp
  3. If tools are unresponsive, check network connection or npm registry
  4. Ensure latest version: npm show healthcare-3d-mcp version

Use cases

Generate 3D visualizations of anatomical structures
Display molecular 3D models
Load and view DICOM medical images
Assist surgical planning with 3D views
Visualize dental scan data

Supported clients

Claude DesktopFull support