DICOM/HL7/FHIR Interoperability MCP Server
Rank #22,791io.github.NyxToolsDev/dicom-hl7-mcp-server
Bridges DICOM, HL7v2, and FHIR with cross-standard mapping and optional PACS connectivity.
DICOM/HL7/FHIR Interoperability MCP Server is a Model Context Protocol (MCP) server published by nyxtoolsdev. It ranks #22,791 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. DICOM/HL7/FHIR Interoperability MCP Server is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 3 tracked versions. It was first listed on Mar 24, 2026 and most recently updated on Apr 2, 2026.
Ranks ahead of 92,669 of 115,460 servers on MCP Toplist.
Use DICOM/HL7/FHIR Interoperability MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add dicom-hl7-mcp-server -e "DICOM_HL7_LICENSE_KEY=<your DICOM_HL7_LICENSE_KEY>" -- uvx dicom-hl7-mcpReplace each placeholder with your own value before saving.
[mcp_servers.dicom-hl7-mcp-server]
command = "uvx"
args = ["dicom-hl7-mcp"]
[mcp_servers.dicom-hl7-mcp-server.env]
DICOM_HL7_LICENSE_KEY = "<your DICOM_HL7_LICENSE_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dicom-hl7-mcp-server": {
"command": "uvx",
"args": [
"dicom-hl7-mcp"
],
"env": {
"DICOM_HL7_LICENSE_KEY": "<your DICOM_HL7_LICENSE_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dicom-hl7-mcp-server": {
"command": "uvx",
"args": [
"dicom-hl7-mcp"
],
"env": {
"DICOM_HL7_LICENSE_KEY": "<your DICOM_HL7_LICENSE_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"dicom-hl7-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"dicom-hl7-mcp"
],
"env": {
"DICOM_HL7_LICENSE_KEY": "<your DICOM_HL7_LICENSE_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dicom-hl7-mcp-server": {
"command": "uvx",
"args": [
"dicom-hl7-mcp"
],
"env": {
"DICOM_HL7_LICENSE_KEY": "<your DICOM_HL7_LICENSE_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dicom-hl7-mcp-server": {
"command": "uvx",
"args": [
"dicom-hl7-mcp"
],
"env": {
"DICOM_HL7_LICENSE_KEY": "<your DICOM_HL7_LICENSE_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.NyxToolsDev%2Fdicom-hl7-mcp-server)<a href="https://mcptoplist.com/server/io.github.NyxToolsDev%2Fdicom-hl7-mcp-server"><img src="https://mcptoplist.com/badge/io.github.NyxToolsDev%2Fdicom-hl7-mcp-server.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
nyxtoolsdev
Other servers by nyxtoolsdev
- Claude Memory Manager#33,923 · 2 vers
- Calendly MCP Server#43,440 · 2 vers
- Quickbooks MCP Server#43,441 · 2 vers
Available versions (3)
| Version | Published |
|---|---|
| 0.2.0 | Apr 2, 2026 |
| 0.1.1 | Mar 25, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains DICOM/HL7/FHIR Interoperability MCP Server?
- DICOM/HL7/FHIR Interoperability MCP Server is maintained by nyxtoolsdev, which publishes 4 MCP servers (9 total versions) tracked on MCP Toplist.
- Is DICOM/HL7/FHIR Interoperability MCP Server listed on the Official MCP Registry?
- Yes — DICOM/HL7/FHIR Interoperability MCP Server is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does DICOM/HL7/FHIR Interoperability MCP Server have?
- MCP Toplist tracks 3 versions of DICOM/HL7/FHIR Interoperability MCP Server, most recently published on Apr 2, 2026.
- Where can I find the source code for DICOM/HL7/FHIR Interoperability MCP Server?
- The source code for DICOM/HL7/FHIR Interoperability MCP Server is hosted at github.com/nyxtoolsdev/dicom-hl7-mcp-server.