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.
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.
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.
claude mcp add healthcare-3d -- npx healthcare-3d-mcp
Or manually add to MCP config file.
{
"mcpServers": {
"healthcare-3d": {
"command": "npx",
"args": [
"-y",
"healthcare-3d-mcp"
]
}
}
}