Fhir MCP Suite Server
Rank #63,993io.github.pcmedsinge/mcp-fhir
FHIR R4 read/search/validate MCP server — US Core/IPS profiles, SMART-on-FHIR auth (Epic/Cerner).
Fhir MCP Suite Server is a Model Context Protocol (MCP) server published by pcmedsinge. It ranks #63,993 of 132,113 servers tracked on MCP Toplist. Fhir MCP Suite Server is listed on Official MCP, with 1 tracked version. It was first listed on Jun 19, 2026 and most recently updated on Jun 20, 2026.
Ranks ahead of 68,120 of 132,113 servers on MCP Toplist.
Use Fhir MCP Suite Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-fhir -e "FHIR_BASE_URL=<your FHIR_BASE_URL>" -e "SMART_ENABLED=<your SMART_ENABLED>" -- uvx mcp-fhirReplace each placeholder with your own value before saving.
[mcp_servers.mcp-fhir]
command = "uvx"
args = ["mcp-fhir"]
[mcp_servers.mcp-fhir.env]
FHIR_BASE_URL = "<your FHIR_BASE_URL>"
SMART_ENABLED = "<your SMART_ENABLED>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-fhir": {
"command": "uvx",
"args": [
"mcp-fhir"
],
"env": {
"FHIR_BASE_URL": "<your FHIR_BASE_URL>",
"SMART_ENABLED": "<your SMART_ENABLED>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-fhir": {
"command": "uvx",
"args": [
"mcp-fhir"
],
"env": {
"FHIR_BASE_URL": "<your FHIR_BASE_URL>",
"SMART_ENABLED": "<your SMART_ENABLED>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-fhir": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-fhir"
],
"env": {
"FHIR_BASE_URL": "<your FHIR_BASE_URL>",
"SMART_ENABLED": "<your SMART_ENABLED>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-fhir": {
"command": "uvx",
"args": [
"mcp-fhir"
],
"env": {
"FHIR_BASE_URL": "<your FHIR_BASE_URL>",
"SMART_ENABLED": "<your SMART_ENABLED>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-fhir": {
"command": "uvx",
"args": [
"mcp-fhir"
],
"env": {
"FHIR_BASE_URL": "<your FHIR_BASE_URL>",
"SMART_ENABLED": "<your SMART_ENABLED>"
}
}
}
}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.pcmedsinge%2Fmcp-fhir)<a href="https://mcptoplist.com/server/io.github.pcmedsinge%2Fmcp-fhir"><img src="https://mcptoplist.com/badge/io.github.pcmedsinge%2Fmcp-fhir.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
pcmedsinge
Available versions (1)
| Version | Published |
|---|---|
| 1.1.1 | Jun 20, 2026 |
Frequently asked questions
- Who maintains Fhir MCP Suite Server?
- Fhir MCP Suite Server is maintained by pcmedsinge, which publishes 7 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Fhir MCP Suite Server listed on the Official MCP Registry?
- Yes — Fhir MCP Suite Server is listed on the Official MCP Registry.
- How many versions does Fhir MCP Suite Server have?
- MCP Toplist tracks 1 version of Fhir MCP Suite Server, most recently published on Jun 20, 2026.
- Where can I find the source code for Fhir MCP Suite Server?
- The source code for Fhir MCP Suite Server is hosted at github.com/pcmedsinge/fhir-mcp-suite.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.