fhirHydrant
Rank #4,832io.github.faulkj/fhirhydrant
FHIR MCP server with SMART Backend Services, response compaction, FHIRPath, and guarded writes.
fhirHydrant is a Model Context Protocol (MCP) server published by faulkj. It ranks #4,832 of 115,460 servers tracked on MCP Toplist, and its repository has 16 GitHub stars. fhirHydrant is listed across 2 registries — Official MCP and mcp.so, with 2 tracked versions. It was first listed on Jul 17, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 110,628 of 115,460 servers on MCP Toplist.
Use fhirHydrant
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add fhirhydrant -e "MCP_TRANSPORT=<your MCP_TRANSPORT>" -e "FHIR_AUTH=<your FHIR_AUTH>" -e "FHIR_SERVER_URL=<your FHIR_SERVER_URL>" -e "FHIR_TOKEN_URL=<your FHIR_TOKEN_URL>" -e "FHIR_CLIENT_ID=<your FHIR_CLIENT_ID>" -e "FHIR_ACTIVE_KEY=<your FHIR_ACTIVE_KEY>" -e "FHIR_JWKS_URL=<your FHIR_JWKS_URL>" -e "FHIR_VERSION=<your FHIR_VERSION>" -- npx -y fhirhydrantReplace each placeholder with your own value before saving.
[mcp_servers.fhirhydrant]
command = "npx"
args = ["-y", "fhirhydrant"]
[mcp_servers.fhirhydrant.env]
MCP_TRANSPORT = "<your MCP_TRANSPORT>"
FHIR_AUTH = "<your FHIR_AUTH>"
FHIR_SERVER_URL = "<your FHIR_SERVER_URL>"
FHIR_TOKEN_URL = "<your FHIR_TOKEN_URL>"
FHIR_CLIENT_ID = "<your FHIR_CLIENT_ID>"
FHIR_ACTIVE_KEY = "<your FHIR_ACTIVE_KEY>"
FHIR_JWKS_URL = "<your FHIR_JWKS_URL>"
FHIR_VERSION = "<your FHIR_VERSION>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fhirhydrant": {
"command": "npx",
"args": [
"-y",
"fhirhydrant"
],
"env": {
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"FHIR_AUTH": "<your FHIR_AUTH>",
"FHIR_SERVER_URL": "<your FHIR_SERVER_URL>",
"FHIR_TOKEN_URL": "<your FHIR_TOKEN_URL>",
"FHIR_CLIENT_ID": "<your FHIR_CLIENT_ID>",
"FHIR_ACTIVE_KEY": "<your FHIR_ACTIVE_KEY>",
"FHIR_JWKS_URL": "<your FHIR_JWKS_URL>",
"FHIR_VERSION": "<your FHIR_VERSION>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fhirhydrant": {
"command": "npx",
"args": [
"-y",
"fhirhydrant"
],
"env": {
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"FHIR_AUTH": "<your FHIR_AUTH>",
"FHIR_SERVER_URL": "<your FHIR_SERVER_URL>",
"FHIR_TOKEN_URL": "<your FHIR_TOKEN_URL>",
"FHIR_CLIENT_ID": "<your FHIR_CLIENT_ID>",
"FHIR_ACTIVE_KEY": "<your FHIR_ACTIVE_KEY>",
"FHIR_JWKS_URL": "<your FHIR_JWKS_URL>",
"FHIR_VERSION": "<your FHIR_VERSION>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"fhirhydrant": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"fhirhydrant"
],
"env": {
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"FHIR_AUTH": "<your FHIR_AUTH>",
"FHIR_SERVER_URL": "<your FHIR_SERVER_URL>",
"FHIR_TOKEN_URL": "<your FHIR_TOKEN_URL>",
"FHIR_CLIENT_ID": "<your FHIR_CLIENT_ID>",
"FHIR_ACTIVE_KEY": "<your FHIR_ACTIVE_KEY>",
"FHIR_JWKS_URL": "<your FHIR_JWKS_URL>",
"FHIR_VERSION": "<your FHIR_VERSION>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fhirhydrant": {
"command": "npx",
"args": [
"-y",
"fhirhydrant"
],
"env": {
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"FHIR_AUTH": "<your FHIR_AUTH>",
"FHIR_SERVER_URL": "<your FHIR_SERVER_URL>",
"FHIR_TOKEN_URL": "<your FHIR_TOKEN_URL>",
"FHIR_CLIENT_ID": "<your FHIR_CLIENT_ID>",
"FHIR_ACTIVE_KEY": "<your FHIR_ACTIVE_KEY>",
"FHIR_JWKS_URL": "<your FHIR_JWKS_URL>",
"FHIR_VERSION": "<your FHIR_VERSION>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fhirhydrant": {
"command": "npx",
"args": [
"-y",
"fhirhydrant"
],
"env": {
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"FHIR_AUTH": "<your FHIR_AUTH>",
"FHIR_SERVER_URL": "<your FHIR_SERVER_URL>",
"FHIR_TOKEN_URL": "<your FHIR_TOKEN_URL>",
"FHIR_CLIENT_ID": "<your FHIR_CLIENT_ID>",
"FHIR_ACTIVE_KEY": "<your FHIR_ACTIVE_KEY>",
"FHIR_JWKS_URL": "<your FHIR_JWKS_URL>",
"FHIR_VERSION": "<your FHIR_VERSION>"
}
}
}
}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.faulkj%2Ffhirhydrant)<a href="https://mcptoplist.com/server/io.github.faulkj%2Ffhirhydrant"><img src="https://mcptoplist.com/badge/io.github.faulkj%2Ffhirhydrant.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
faulkj
Other servers by faulkj
View all faulkj servers →Available versions (2)
| Version | Published |
|---|---|
| 0.17.3 | Aug 27, 2026 |
| 0.17.2 | Aug 26, 2026 |
Frequently asked questions
- Who maintains fhirHydrant?
- fhirHydrant is maintained by faulkj, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is fhirHydrant listed on the Official MCP Registry?
- Yes — fhirHydrant is listed on the Official MCP Registry, alongside mcp.so.
- How many versions does fhirHydrant have?
- MCP Toplist tracks 2 versions of fhirHydrant, most recently published on Aug 27, 2026.
- Where can I find the source code for fhirHydrant?
- The source code for fhirHydrant is hosted at github.com/faulkj/fhirHydrant.