← Index

io.fhirfly/mcp-server

io.fhirfly/mcp-server·v0.4.0·Other
Quality Score
78
/100

Healthcare data: drugs, providers, diagnoses, labs, vaccines, claims, and Medicaid endpoints.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@fhirfly-io/mcp-server"
      ],
      "env": {
        "FHIRFLY_API_KEY": "<your-fhirfly_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@fhirfly-io/mcp-server"
      ],
      "env": {
        "FHIRFLY_API_KEY": "<your-fhirfly_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @fhirfly-io/mcp-server
§02  Environment variables
FHIRFLY_API_KEY
requiredsecret

FHIRfly API key (get one at https://fhirfly.io)

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other