Odel
FHIR MCP Server

FHIR MCP Server

Local
@wso2134PythonApache-2.0Updated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIfhir-mcp-serverv0.10.0

Run

uvx fhir-mcp-server

MCP client config

{
  "mcpServers": {
    "fhir-mcp-server": {
      "command": "uvx",
      "args": [
        "fhir-mcp-server"
      ]
    }
  }
}