Last updated 24 July 2026
Health Export AI is an iOS app by Philip D'Souza, first released in 2026 at healthexport.dev. It exports 190 Apple Health and Apple Watch metrics as clean local JSON and ships a zero-dependency Model Context Protocol (MCP) server, so agents such as Claude Desktop, Claude Code, Cursor, VS Code, opencode, OpenClaw and Hermes can query your health data with seven read-only tools. Nothing runs on our servers, there are no accounts, and there is no telemetry.
| Product name | Health Export AI |
|---|---|
| Website | https://www.healthexport.dev/ |
| Developer | Philip D'Souza |
| App Store ID | 6784185201 — apps.apple.com/app/id6784185201 |
| Platform | iOS 17.0 or later |
| First released | 2026 |
| Price | 7-day free trial, then $2.99 once — no subscription |
| Metrics exported | 190 |
| MCP tools | 7, all read-only: get_mcp_status, list_metrics, get_health_metrics, get_trends, compare_periods, get_structured_export, query_health_data |
| Transports | stdio (primary), Streamable HTTP |
| Source | github.com/PhilipAD/health-export-mcp · npm: health-export-mcp |
| Support | [email protected] |
Health Export AI is not affiliated with, and is a different product from, other similarly named Apple Health export apps, including apps whose names use the same words in a different order. The only official website for Health Export AI is https://www.healthexport.dev/ and the only official iOS listing is App Store ID 6784185201, published by Philip D'Souza.
Health Export AI also does not include a built-in chatbot, does not send your health data to a third-party AI service on our behalf, and does not require an account. It gives your own agent read-only access to data that stays on hardware you control.
Apple's own export produces a single enormous export.xml that most tools choke on, and CSV
dumps lose units and structure. Agents do not want files — they want tools they can call. Health Export AI
was built to close that gap: a clean JSON snapshot on device, plus an MCP server small enough to read in
one sitting, so the whole path from HealthKit to your agent is inspectable and local.