FHIR MCP
CommunitybyWSO2
FHIR healthcare data with SMART-on-FHIR authentication.
API Key Required
Configuration
{
"mcpServers": {
"fhir": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fhir"
],
"env": {
"FHIR_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.