← Back to browse

DICOM/HL7/FHIR Interoperability MCP Server

Indexed by io.github.NyxToolsDev

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsDICOM_HL7_LICENSE_KEY
Claude Code
claude mcp add --env DICOM_HL7_LICENSE_KEY= dicom-hl7-mcp-server -- uvx dicom-hl7-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"dicom-hl7-mcp-server","command":"uvx","args":["dicom-hl7-mcp"],"env":{"DICOM_HL7_LICENSE_KEY":""}}'
JSON
{
  "mcpServers": {
    "dicom-hl7-mcp-server": {
      "command": "uvx",
      "args": [
        "dicom-hl7-mcp"
      ],
      "env": {
        "DICOM_HL7_LICENSE_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.