Back to MCP Servers

Fhir

MCP Server that connects AI agents to FHIR servers. One example use case is querying patient history in natural language.

biology-medicine-and-bioinformaticsaiagent

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