mcpbeat Sign in

Apple Health MCP Server

local only

Apple Health MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 177 installs a week from npm. Last commit 7 Sep 2026.

Unofficial local-first MCP server for Apple Health export data.

Installs per day peak 272 · avg 29 · +390% w/w
a month agotoday
177
Installs / week
npm · apple-health-mcp-unofficial
2
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Apple Health MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add apple-health-mcp -- npx -y apple-health-mcp-unofficial
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "apple-health-mcp": {
      "args": [
        "-y",
        "apple-health-mcp-unofficial"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.apple-health-mcp]
command = "npx"
args = ["-y", "apple-health-mcp-unofficial"]
.cursor/mcp.json
{
  "mcpServers": {
    "apple-health-mcp": {
      "args": [
        "-y",
        "apple-health-mcp-unofficial"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "apple-health-mcp": {
      "args": [
        "-y",
        "apple-health-mcp-unofficial"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: APPLE_HEALTH_EXPORT_PATH (Path to export.xml, an Apple Health export directory, or export.zip.), APPLE_HEALTH_TIMEZONE (IANA timezone used to interpret daily and weekly local-day summaries.), APPLE_HEALTH_PRIVACY_MODE (summary, structured, or raw. Defaults to summary.), APPLE_HEALTH_WATCH_PATH (Optional folder watched for new Apple Health exports; the newest is auto-promoted and summaries refreshed.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Apple Health MCP

same job, measured the same way
Samsung Health MCP
by davidmosiah

Unofficial local-first MCP server for Samsung Health personal-data CSV/ZIP exports.

91 installs/wk local only
Google Health MCP
by davidmosiah

Privacy-first unofficial Google Health API v4 MCP server for health, sleep, activity, HR agents

396 installs/wk local only
Apple Health MCP Server
by krumjahn

Apple Health data for Claude, Cursor, and any MCP client — 100% local on your Mac.

37 installs/wk local only
Ouramcp
by davidmosiah

Privacy-first, unofficial Oura MCP server for AI health, sleep, activity and heart-rate agents.

396 installs/wk local only
Fitbitmcp
by davidmosiah

Privacy-first, unofficial Fitbit MCP server for AI health, sleep, activity and heart-rate agents.

110 installs/wk local only
Withingsmcp
by davidmosiah

Privacy-first, unofficial Withings MCP server for AI health, sleep, activity and heart-rate agents.

140 installs/wk local only
Yazio MCP
by fliptheweb

MCP server for accessing Yazio user & nutrition data (unofficial)

247 installs/wk local only
Whoop MCP
by davidmosiah

Privacy-first, unofficial WHOOP MCP server for AI health, sleep, recovery, and performance agents.

307 installs/wk local only

Apple Health MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Apple Health MCP?
Apple Health MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package apple-health-mcp-unofficial was installed 177 times last week.
How do I connect Apple Health MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls apple-health-mcp-unofficial straight from npm; nothing to host, nothing to sign up for.
How many people use Apple Health MCP?
The npm package apple-health-mcp-unofficial was installed 177 times in the last week. Week over week that is +390%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Apple Health MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.