Skip to content
Claude Desktop

DICOM/HL7/FHIR Interoperability MCP Server for Claude Desktop

io.github.nyxtoolsdev/dicom-hl7-mcp-server

Bridges DICOM, HL7v2, and FHIR with cross-standard mapping and optional PACS connectivity.

client:Claude Desktop transport:stdio runtime:pypi

Install DICOM/HL7/FHIR Interoperability MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "dicom-hl7-mcp-server": {
      "command": "uvx",
      "args": [
        "dicom-hl7-mcp"
      ],
      "env": {
        "DICOM_HL7_LICENSE_KEY": "<DICOM_HL7_LICENSE_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

DICOM/HL7/FHIR Interoperability MCP Server in other clients