MCP server for DICOM, HL7v2, and FHIR lookup, parsing, mapping, generation, validation, and optional PACS connectivity.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
We ran the install command below but it didn't respond within our test window — this can mean a slow first-time install rather than a real problem.
uvx dicom-hl7-mcpNo response to initialize.
This is an experimental automated check and can have false negatives — missing environment variables, a slow cold install, etc. It doesn’t necessarily mean something’s wrong. Last checked 1mo ago.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Dicom Hl7 MCP Server.
lookup_dicom_tagLook up any DICOM tag by number or keyword
explain_dicom_tagDetailed tag explanation with vendor quirks and gotchas
parse_hl7_messageParse HL7 v2.x messages into human-readable format
explain_hl7_segmentExplain segment fields, data types, and usage
lookup_hl7_tableLook up HL7 table values (Administrative Sex, Patient Class, etc.)
map_dicom_to_hl7Map DICOM tags to HL7 v2 fields with conversion notes
The only MCP server that bridges DICOM, HL7v2, and FHIR in one package — with optional PACS connectivity.
Built by a healthcare IT engineer with 16 years of PACS, RIS, and integration experience. This isn't a wrapper around a FHIR API or a DICOM tag dictionary — it's the interoperability knowledge that takes years on the job to build, plus the ability to connect to real PACS systems.
| Capability | This Server | DICOM-only servers | FHIR-only servers |
|---|---|---|---|
| DICOM tag lookup + vendor quirks | Yes | Yes | No |
| HL7v2 message parsing | Yes | No | No |
| FHIR R4 resource mapping | Yes | No | Yes |
| DICOM ↔ HL7v2 mapping | Yes | No | No |
| HL7v2 → FHIR conversion | Yes | No | No |
| Mirth Connect channel generation | Yes | No | No |
| PACS connectivity (C-FIND/C-MOVE) | Yes | Some | No |
| DICOMweb (QIDO-RS/WADO-RS) | Yes | No | No |
| Query PACS + auto-map to HL7/FHIR | Yes | No | No |
| Vendor private tag decoding (GE, Siemens, Philips) | Yes | Some | No |
| Integration pattern knowledge (IHE SWF, ADT flows) | Yes | No | No |
| Tool | What It Does |
|---|---|
lookup_dicom_tag | Look up any DICOM tag by number or keyword |
explain_dicom_tag | Detailed tag explanation with vendor quirks and gotchas |
parse_hl7_message | Parse HL7 v2.x messages into human-readable format |
explain_hl7_segment | Explain segment fields, data types, and usage |
lookup_hl7_table | Look up HL7 table values (Administrative Sex, Patient Class, etc.) |
| Tool | What It Does |
|---|---|
map_dicom_to_hl7 | Map DICOM tags to HL7 v2 fields with conversion notes |
map_hl7_to_fhir | Map HL7 v2 fields to FHIR R4 resources |
generate_mirth_channel | Generate Mirth Connect channel configurations |
validate_hl7_message | Validate HL7 messages against the standard |
explain_integration_pattern | Explain healthcare integration patterns with flow diagrams |
decode_private_tags | Decode vendor private DICOM tags (GE, Siemens, Philips, etc.) |
generate_sample_message | Generate realistic sample HL7 messages for testing |
| Tool | What It Does |
|---|---|
pacs_echo | Verify PACS connectivity (C-ECHO or DICOMweb ping) |
pacs_query | Search for studies/series by patient, date, modality, accession |
pacs_get_metadata | Retrieve detailed study/series metadata from PACS |
pacs_retrieve | C-MOVE images to a destination AE title |
pacs_study_summary | Query a study + auto-map through DICOM→HL7→FHIR with generated ORM |
Reference tools only (no PACS connectivity):
With PACS connectivity (adds pynetdicom + httpx):
Add to your Claude Desktop config:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Connect to a PACS using C-FIND/C-MOVE/C-ECHO:
Connect to a DICOMweb-capable PACS (QIDO-RS/WADO-RS):
| Variable | Required | Default | Description |
|---|---|---|---|
DICOM_HL7_LICENSE_KEY | For premium | — | Premium license key |
DICOM_HL7_LOG_LEVEL | No | INFO | Logging level |
| Traditional DICOM | |||
DICOM_HL7_PACS_AE_TITLE | For DIMSE | — | Remote PACS AE title |
DICOM_HL7_PACS_HOST | For DIMSE | — | Remote PACS hostname/IP |
DICOM_HL7_PACS_PORT | For DIMSE | — | Remote PACS port |
DICOM_HL7_LOCAL_AE_TITLE | No | DICOM_HL7_MCP | This server's AE title |
| DICOMweb | |||
DICOM_HL7_DICOMWEB_URL | For DICOMweb | — | DICOMweb base URL |
DICOM_HL7_DICOMWEB_AUTH | No | none | Auth type: none, bearer, basic |
DICOM_HL7_DICOMWEB_TOKEN | For bearer | — | Bearer token |
DICOM_HL7_DICOMWEB_USERNAME | For basic | — | Basic auth username |
DICOM_HL7_DICOMWEB_PASSWORD | For basic | — | Basic auth password |
| Safety | |||
DICOM_HL7_PACS_PROTOCOL | No | auto | Protocol: auto, dimse, dicomweb |
DICOM_HL7_PACS_ALLOW_RETRIEVE | No | false | Enable C-MOVE (true to enable) |
DICOM_HL7_PHI_REDACT | No | false | Redact patient name/ID in output |
When connected to a real PACS, query results contain Protected Health Information (PHI).
DICOM_HL7_PHI_REDACT=true to replace patient name/ID with [REDACTED] in tool outputDICOM_HL7_PACS_ALLOW_RETRIEVE=trueImportant: Do not use PACS connectivity with cloud-hosted LLMs unless your organization's policies permit sending PHI to that LLM provider. For on-premises deployments or local LLM setups, this is not a concern.
AccessionNumber — SH — RIS-generated number that identifies the order. THE key field for matching RIS orders to PACS studies.
"Parse this HL7 message:"
Returns each segment parsed with field names, values, table lookups, and contextual explanations.
"Look up accession number ACC12345 in PACS and show me the HL7/FHIR mapping"
Returns a complete interoperability summary:
"What HL7 field does DICOM Accession Number map to?"
Returns: OBR-3 / ORC-3 (Filler Order Number) with data type conversion notes (SH → EI) and mapping pitfalls.
"Generate a Mirth channel for receiving ADT messages and writing to a FHIR server"
Returns: Complete channel config with MLLP source, FHIR HTTP destination, transformer steps, event filtering, and implementation notes.
The tags, segments, and mappings are from published standards (DICOM PS3.6, HL7 v2.5.1, FHIR R4, HL7 v2-to-FHIR IG). The vendor quirks, integration tips, and "watch out for this" notes come from 16 years of building PACS/RIS/HIS interfaces in production healthcare environments.
Free tier gives you DICOM tag lookup, HL7 parsing, and segment explanation — the tools you use every day.
Premium unlocks cross-standard mapping, Mirth generation, validation, PACS connectivity, and the deep integration knowledge that takes years to build.
Get your license: nyxtools.gumroad.com
Do I need a license for the free tools? No. Install and use the 5 free tools immediately. No account, no sign-up.
Do I need PACS connectivity?
No. The reference and mapping tools work without any PACS connection. PACS connectivity is optional — install with pip install dicom-hl7-mcp[pacs] only if you want to query real PACS systems.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/nyxtoolsdev-dicom-hl7-mcp-server)<a href="https://allmcps.com/mcp/nyxtoolsdev-dicom-hl7-mcp-server"><img src="https://allmcps.com/api/badge/nyxtoolsdev-dicom-hl7-mcp-server?style=directory" alt="Dicom Hl7 MCP Server on AllMCPs" /></a>