A gateway for FHIR healthcare APIs with MCP integration for Claude.
MCP URL: https://fhir-mcp.com/mcp
Go to Settings → Connectors → Add Custom Connector, then enter:
https://fhir-mcp.com/mcpAdd to claude_desktop_config.json:
{
"mcpServers": {
"fhir-gateway": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://fhir-mcp.com/mcp"]
}
}
}