Odel
fhirfly mcp server

fhirfly mcp server

Local
@fhirfly-ioTypeScriptMITUpdated 1mo ago

Healthcare reference data for AI agents: providers, drugs, diagnoses, labs, codes, claims.

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).

npm@fhirfly-io/mcp-serverv0.9.0

Run

npx -y @fhirfly-io/mcp-server

MCP client config

{
  "mcpServers": {
    "fhirfly-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@fhirfly-io/mcp-server"
      ]
    }
  }
}