wso2/fhir-mcp-server
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.
Quick Start
Clone the repository:
git clone https://github.com/wso2/fhir-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"wso2-fhir-mcp-server": {
"command": "npx",
"args": [
"-y",
"wso2/fhir-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.