FHIR Gateway

A gateway for FHIR healthcare APIs with MCP integration for Claude.

Connect with Claude

MCP URL: https://fhir-mcp.com/mcp

Claude.ai / Claude Pro

Go to Settings → Connectors → Add Custom Connector, then enter:

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fhir-gateway": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://fhir-mcp.com/mcp"]
    }
  }
}

View supported platforms →