An MCP server for Apple Health
Pomme is an MCP server for your Apple Health data. It copies ten categories — sleep, steps, HRV, workouts and the rest — from your iPhone to our server, then serves them over the Model Context Protocol so Claude or Claude Code can read years of your history. Syncing is free; answers are £19.99 a year, bought in the app.
Install the app
It reads Apple Health on your iPhone and syncs in the background.
Make a key
One per machine, revocable in the app.
Point your client at it
Claude Code takes the line below. Every other MCP client takes the same details as a config block.
$ claude mcp add --transport http pomme \
https://pomme-server-hdtdaw3noq-ew.a.run.app/mcp \
--header "Authorization: Bearer <your-key>"Which Apple Health categories are exposed over MCP?
Sleep, steps, active energy, exercise minutes, resting heart rate, HRV, VO₂max, workouts, weight and body fat.
Which clients work?
Anything that speaks MCP over HTTPS and lets you set an Authorization header. Claude Code takes it in one line; the rest take a three-line config block.
Is my health data used for training?
No. It's stored encrypted, read only by agents you've issued a key to, and every read is logged.
What does it cost?
Syncing and storage are free. Agent queries are £19.99 a year, bought in the app through the App Store, after a free first week.
Go on then — point an agent at it
In beta testing. Leave your email and install it straight away.