pingpomme.com / apple-health-mcp

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.

WHAT IT LOOKS LIKE IN PRACTICE
✓ connected · 2,190 days of data
> what's my bedtime doing to my deep sleep?
Nights you were asleep before 23:15 averaged1h34m of deep sleep. After midnight: 58m.The drop-off starts around 23:40, not midnight.
SET IT UP
1

Install the app

It reads Apple Health on your iPhone and syncs in the background.

2

Make a key

One per machine, revocable in the app.

3

Point your client at it

Claude Code takes the line below. Every other MCP client takes the same details as a config block.

CLAUDE CODE, IN ONE LINE
$ claude mcp add --transport http pomme \
    https://pomme-server-hdtdaw3noq-ew.a.run.app/mcp \
    --header "Authorization: Bearer <your-key>"
COMMON QUESTIONS

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.