Back to MCP Servers
Fhir
Model Context Protocol server for Fast Healthcare Interoperability Resources (FHIR) APIs. Provides seamless integration with FHIR servers, enabling AI assistants to search, retrieve, create, update, and analyze clinical healthcare data with SMART-on-FHIR authentication support.
biology-medicine-and-bioinformaticsapiai
By wso2
Installation
npx -y fhir-mcp-serverConfiguration
{
"mcpServers": {
"fhir-mcp-server": {
"command": "npx",
"args": ["-y", "fhir-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes