Back to MCP Servers
Fhir
MCP Server that connects AI agents to FHIR servers. One example use case is querying patient history in natural language.
biology-medicine-and-bioinformaticsaiagent
By the-momentum
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