the-momentum/fhir-mcp-server
MCP Server that connects AI agents to FHIR servers. One example use case is querying patient history in natural language.
Quick Start
Clone the repository:
git clone https://github.com/the-momentum/fhir-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"the-momentum-fhir-mcp-server": {
"command": "npx",
"args": [
"-y",
"the-momentum/fhir-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.