healow-mcp-server

Voysi-IA/healow-mcp-server
★ 0 stars Python 🔒 Security Updated today
MCP server wrapping the eClinicalWorks/healow FHIR R4 API (SMART on FHIR, stdio)
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Or install with pip: pip install healow-mcp-server

README Excerpt

An [MCP](https://modelcontextprotocol.io) server that wraps the **eClinicalWorks / healow FHIR R4 API** so an MCP client (e.g. Claude Desktop) can read patient clinical data from one or more practices. Auth is **SMART on FHIR — Standalone Launch, confidential symmetric client** with PKCE. Each practice has its own FHIR base URL and its own OAuth endpoints;

Tools (4)

HEALOW_CLIENT_IDHEALOW_CLIENT_SECRETHEALOW_REDIRECT_URIHEALOW_TOKEN_STORE