FHIR-MCP

TirtheshJani/FHIR-MCP
★ 0 stars Python 🧠 Memory/Knowledge Updated 2d ago
FHIR-MCP: Open-Source Model Context Protocol Server for Healthcare
View on GitHub →

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": {
      "command": "uvx",
      "args": [
        "fhir-mcp"
      ]
    }
  }
}

Or install with pip: pip install fhir-mcp