Server Directory
HealthcareAdvanced

FHIR (Healthcare Interoperability)

by FHIR Community

FHIR (Fast Healthcare Interoperability Resources) standard integration for healthcare data exchange and EHR interoperability. Access patient records, observations, medications.

CAPABILITIES

  • FHIR resource access
  • Patient record retrieval
  • Observation data queries
  • Medication management
  • EHR interoperability
  • HL7 compliance

INSTALLATION

Terminal
npx -y @fhir/mcp-server

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "fhir": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@fhir/mcp-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Healthcare
Difficulty
Advanced
Maintained By
FHIR Community
NPM Package
@fhir/mcp-server

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →