Developer Tools
Trust: 39/100 (Limited)io.github.langcare/langcare-mcp-fhir Guide
An MCP FHIR server written in Go for EMR systems like Epic and Cerner
12 starsby langcare
Quick Start
Install
npx @langcare/langcare-mcp-fhirClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-langcare-langcare-mcp-fhir": {
"command": "npx",
"args": [
"@langcare/langcare-mcp-fhir"
]
}
}
}