Odel
DICOM/HL7/FHIR Interoperability MCP Server

DICOM/HL7/FHIR Interoperability MCP Server

Local
@nyxtoolsdev4PythonMITUpdated 1mo ago

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).

PyPIdicom-hl7-mcpv0.2.0

Run

uvx dicom-hl7-mcp

MCP client config

{
  "mcpServers": {
    "dicom-hl7-fhir-interoperability-mcp-server": {
      "command": "uvx",
      "args": [
        "dicom-hl7-mcp"
      ]
    }
  }
}