fhir-mcp-server

alewalsh/fhir-mcp-server
★ 0 stars Unknown language AI/LLM Updated today
An MCP (Model Context Protocol) server in C#/.NET that lets Claude query synthetic FHIR healthcare data. Built with the official C# SDK and Synthea synthetic patients
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fhir-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "alewalsh/fhir-mcp-server"
      ]
    }
  }
}

README Excerpt

An MCP (Model Context Protocol) server in C#/.NET that lets Claude query synthetic FHIR healthcare data. Built with the official C# SDK and Synthea synthetic patients