Loading MCP server directory, please wait...
FHIR MCP server with SMART Backend Services, response compaction, FHIRPath, and guarded writes.
npx @getmcp/cli add io.github.faulkj/fhirhydrantRequires Node.js 18+. Community-contributed server. Review source before installing.
MCP_TRANSPORTRun the installed package over MCP stdio.
FHIR_AUTHFHIR authentication mode. Use none only for an unauthenticated FHIR endpoint.
FHIR_SERVER_URLFull base URL of the FHIR API, such as https://fhir.example.org/fhir/R4.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.faulkj/fhirhydrant": {
"command": "npx",
"args": [
"-y",
"fhirhydrant"
],
"env": {
"MCP_TRANSPORT": "stdio",
"FHIR_AUTH": "smart",
"FHIR_SERVER_URL": "",
"FHIR_TOKEN_URL": "",
"FHIR_CLIENT_ID": "",
"FHIR_ACTIVE_KEY": "",
"FHIR_JWKS_URL": "",
"FHIR_VERSION": "R4"
}
}
}
}