Skip to content

DICOM/HL7/FHIR Interoperability MCP Server for Grok

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

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

client:Grok transport:stdio runtime:pypi

Install DICOM/HL7/FHIR Interoperability MCP Server in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

DICOM/HL7/FHIR Interoperability MCP Server in other clients