HomeOther › FHIR MCP Server

FHIR MCP Server

MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications

Official Python CloudLocal
★ 137 stars Last pushed 2026-09-04 License: Apache-2.0

Topics: Biology, Medicine and Bioinformatics

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.10.0)

uvx fhir-mcp-server

Or add to your MCP client config:

{
  "mcpServers": {
    "fhir-mcp-server": {
      "command": "uvx",
      "args": [
        "fhir-mcp-server"
      ],
      "env": {
        "FHIR_SERVER_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • FHIR_SERVER_BASE_URL required — Base URL of the FHIR Server (eg: https://hapi.fhir.org/baseR5)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry