Skip to main content
Science & ResearchPython

wso2/fhir-mcp-server

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-bioinformaticscloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/wso2/fhir-mcp-server

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Science & Research
Language
Python
Author
wso2