Back to MCP Servers

Fhir

Model Context Protocol server for Fast Healthcare Interoperability Resources (FHIR) APIs. Provides seamless integration with FHIR servers, enabling AI assistants to search, retrieve, create, update, and analyze clinical healthcare data with SMART-on-FHIR authentication support.

biology-medicine-and-bioinformaticsapiai
By wso2

Installation

npx -y fhir-mcp-server

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub