Hl7 Fhir Bridge MCP Server
Rank #65,852io.github.CSOAI-ORG/hl7-fhir-bridge-mcp
HL7 v2 / FHIR healthcare bridge — parse, map, validate, govern PHI (HIPAA/MDR).
Hl7 Fhir Bridge MCP Server is a Model Context Protocol (MCP) server published by CSAO-ORG. It ranks #65,852 of 115,591 servers tracked on MCP Toplist. Hl7 Fhir Bridge MCP Server is listed on Official MCP, with 1 tracked version. It was first listed on Aug 19, 2026 and most recently updated on Aug 19, 2026.
Ranks ahead of 49,739 of 115,591 servers on MCP Toplist.
Use Hl7 Fhir Bridge MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add hl7-fhir-bridge-mcp -- uvx hl7-fhir-bridge-mcp[mcp_servers.hl7-fhir-bridge-mcp]
command = "uvx"
args = ["hl7-fhir-bridge-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"hl7-fhir-bridge-mcp": {
"command": "uvx",
"args": [
"hl7-fhir-bridge-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"hl7-fhir-bridge-mcp": {
"command": "uvx",
"args": [
"hl7-fhir-bridge-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"hl7-fhir-bridge-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"hl7-fhir-bridge-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"hl7-fhir-bridge-mcp": {
"command": "uvx",
"args": [
"hl7-fhir-bridge-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"hl7-fhir-bridge-mcp": {
"command": "uvx",
"args": [
"hl7-fhir-bridge-mcp"
]
}
}
}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.CSOAI-ORG%2Fhl7-fhir-bridge-mcp)<a href="https://mcptoplist.com/server/io.github.CSOAI-ORG%2Fhl7-fhir-bridge-mcp"><img src="https://mcptoplist.com/badge/io.github.CSOAI-ORG%2Fhl7-fhir-bridge-mcp.svg" alt="MCP Toplist: #65,852 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
CSAO-ORG
Other servers by CSAO-ORG
- Edi Bridge MCP Server#65,848 · 1 ver
- Fix Bridge MCP Server#65,849 · 1 ver
- Gs1 Bridge MCP Server#65,851 · 1 ver
- Iso8583 Bridge MCP Server#65,854 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Aug 19, 2026 |
Frequently asked questions
- Who maintains Hl7 Fhir Bridge MCP Server?
- Hl7 Fhir Bridge MCP Server is maintained by CSAO-ORG, which publishes 5 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Hl7 Fhir Bridge MCP Server listed on the Official MCP Registry?
- Yes — Hl7 Fhir Bridge MCP Server is listed on the Official MCP Registry.
- How many versions does Hl7 Fhir Bridge MCP Server have?
- MCP Toplist tracks 1 version of Hl7 Fhir Bridge MCP Server, most recently published on Aug 19, 2026.
- Where can I find the source code for Hl7 Fhir Bridge MCP Server?
- The source code for Hl7 Fhir Bridge MCP Server is hosted at github.com/CSAO-ORG/hl7-fhir-bridge-mcp.