Bridges DICOM, HL7v2, and FHIR with cross-standard mapping and optional PACS connectivity.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx dicom-hl7-mcp
MCP client config
{
"mcpServers": {
"dicom-hl7-fhir-interoperability-mcp-server": {
"command": "uvx",
"args": [
"dicom-hl7-mcp"
]
}
}
}