Developer Tools
Trust: 39/100 (Limited)io.fhirfly/mcp-server Guide
Healthcare data: drugs, providers, diagnoses, labs, vaccines, claims, and Medicaid endpoints.
by FHIRfly-io
Quick Start
Install
npx @fhirfly-io/mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-fhirfly-mcp-server": {
"command": "npx",
"args": [
"@fhirfly-io/mcp-server"
]
}
}
}