NyxToolsDev/dicom-hl7-mcp-server
DICOM/HL7 healthcare interoperability MCP server for Claude
Platform-specific configuration:
{
"mcpServers": {
"dicom-hl7-mcp-server": {
"command": "npx",
"args": [
"-y",
"dicom-hl7-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
An MCP (Model Context Protocol) server that gives your AI assistant deep knowledge of DICOM, HL7 v2, and FHIR standards. Built by a healthcare IT engineer with 19 years of PACS, RIS, and integration experience.
Stop Googling tag numbers. Stop guessing at field mappings. Ask your AI.
| Tool | Tier | Description | |------|------|-------------| | lookup_dicom_tag | Free | Look up any DICOM tag by number or keyword | | explain_dicom_tag | Free | Detailed tag explanation with vendor quirks and gotchas | | parse_hl7_message | Free | Parse HL7 v2.x messages into human-readable format | | explain_hl7_segment | Free | Explain segment fields, data types, and usage | | lookup_hl7_table | Free | Look up HL7 table values (Administrative Sex, Patient Class, etc.) | | map_dicom_to_hl7 | Premium | Map DICOM tags to HL7 v2 fields with conversion notes | | map_hl7_to_fhir | Premium | Map HL7 v2 fields to FHIR R4 resources | | generate_mirth_channel | Premium | Generate Mirth Connect channel configurations | | validate_hl7_message | Premium | Validate HL7 messages against the standard | | explain_integration_pattern | Premium | Explain healthcare integration patterns with flow diagrams | | decode_private_tags | Premium | Decode vendor private DICOM tags (GE, Siemens, Philips, etc.) | | generate_sample_message | Premium | Generate realistic sample HL7 messages for testing |
pip install dicom-hl7-mcpOr install from source:
git clone https://github.com/nyxtools/dicom-hl7-mcp.git
cd dicom-hl7-mcp
pip install -e .Add to your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"dicom-hl7-assistant": {
"command": "dicom-hl7-mcp"
}
Loading reviews...