Skip to content
MCP Server Community By @NyxToolsDev

NyxToolsDev/dicom-hl7-mcp-server

[![NyxToolsDev/dicom-hl7-mcp-server MCP server](https://glama.ai/mcp/servers/NyxToolsDev/dicom-hl7-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/NyxToolsDev/dicom-hl7-mcp-server) 🐍 🏠 - The only MCP server bridging DICOM, HL7v2, and FHIR in one package. Cross-standard mapping, Mirth Connect channel generation, vendor private tag decoding (GE, Siemens, Philips), and integration pattern knowledge. Built by a 19-year healthcare IT veteran. `pip install dicom-hl7-mcp`

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide →
Connected Apps: NyxToolsDev/dicom-hl7-mcp-server Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-nyxtoolsdev-dicom-hl7-mcp-server

Detailed Documentation

NyxToolsDev/dicom-hl7-mcp-server MCP server 🐍 🏠 - The only MCP server bridging DICOM, HL7v2, and FHIR in one package. Cross-standard mapping, Mirth Connect channel generation, vendor private tag decoding (GE, Siemens, Philips), and integration pattern knowledge. Built by a 19-year healthcare IT veteran. pip install dicom-hl7-mcp

Configuration

{
  "mcpServers": {
    "nyxtoolsdev-dicom-hl7-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-nyxtoolsdev-dicom-hl7-mcp-server"
      ],
      "env": {}
    }
  }
}