DICOM/HL7/FHIR Interoperability MCP Server for Cursor
io.github.nyxtoolsdev/dicom-hl7-mcp-server
Bridges DICOM, HL7v2, and FHIR with cross-standard mapping and optional PACS connectivity.
client:Cursor
transport:stdio
runtime:pypi
Install DICOM/HL7/FHIR Interoperability MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dicom-hl7-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"dicom-hl7-mcp"
],
"env": {
"DICOM_HL7_LICENSE_KEY": "<DICOM_HL7_LICENSE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs