An MCP FHIR server written in Go for EMR systems like Epic and Cerner
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @langcare/langcare-mcp-fhir
MCP client config
{
"mcpServers": {
"langcare-mcp-fhir": {
"command": "npx",
"args": [
"-y",
"@langcare/langcare-mcp-fhir"
]
}
}
}