Apple Health MCP

Give your AI agent your Apple Health activity, sleep, HRV and workouts from your local export.zip. Its 6 documented tools cover apple, health, summary.

People connecting science & health tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-15 · ★ 2 · #37 OF 60 MAINTAINED SCIENCE & HEALTH · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Apple Health MCP

before you install - you'll need

Set APPLE_HEALTH_EXPORT_PATH, APPLE_HEALTH_MCP_TRANSPORT before connecting. APPLE_HEALTH_PRIVACY_MODE, APPLE_HEALTH_TIMEZONE, APPLE_HEALTH_WATCH_PATH are optional or environment-specific per the README.

Claude Code

claude mcp add davidmosiah-apple-health-mcp -- npx -y apple-health-mcp-unofficial

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "davidmosiah-apple-health-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "apple-health-mcp-unofficial"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package apple-health-mcp-unofficial - unscoped; check the name against the project README before installing

registry namespace io.github.davidmosiah is GitHub-verified and matches the repo owner

03 · What Apple Health MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can verify export path before reading data, and discover available record types, date coverage, sources count and stale export risk.

Capability map

Tools grouped from the project's README - what Apple Health MCP lets an agent do.

Apple

5 tools - e.g. verify export path before reading data; discover available record types, date coverage, sources count and stale export risk; daily wellness brief from export data

apple_health_connection_status · apple_health_data_inventory · apple_health_daily_summary · apple_health_weekly_summary · apple_health_reimport

Incremental

1 tool - e.g. true is never memoized - it advances a persistent per-category cursor, so each call must actually run.

incremental_cache

Latest releases

v0.5.1 · 2026-07-30

reimport patterns, scorecard 100 + CI scorecard gate. npm:

v0.1.0 · 2026-05-05

Initial Apple Health MCP release · Local-first MCP server that parses your Apple Health export (XML or zip) and exposes activity, heart, sleep, body and workout signals to AI agents. No cloud, no OAuth - your export…

04 · Who maintains Apple Health MCP

apple-health-mcp is maintained by davidmosiah. We track 30 MCP servers from davidmosiah - 30 actively maintained, 113 combined GitHub stars, oldest repo from Apr 2026. Full record: all servers from davidmosiah.

  1. google-health-mcp Privacy-first unofficial Google Health API v4 MCP server for health, sleep, activity, HR agents ★ 45
  2. garminmcp Privacy-first unofficial Garmin Connect MCP for AI health, sleep, activity & recovery agents. ★ 10
  3. whoop-mcp Privacy-first, unofficial WHOOP MCP server for AI health, sleep, recovery, and performance agents. ★ 10
  4. wellness-nourish Local-first nutrition MCP for AI agents: food, barcode, photo, intake, hydration, goals. ★ 8
  5. samsung-health-mcp Unofficial local-first MCP server for Samsung Health personal-data CSV/ZIP exports. ★ 10
  6. withingsmcp Privacy-first, unofficial Withings MCP server for AI health, sleep, activity and heart-rate agents. ★ 4

05 · Facts

category
science & health - ranked #37 of 60 actively-maintained science & health servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-07-30)
registry
io.github.davidmosiah/apple-health-mcp (active, first published 2026-05-05 · 2 versions)
packages
npm:apple-health-mcp-unofficial

06 · Apple Health MCP FAQ

Is Apple Health MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-15 and it shipped 1 release in the last 90 days. We re-verify nightly.

What can Apple Health MCP do?

With this server connected, an agent can verify export path before reading data, and discover available record types, date coverage, sources count and stale export risk.

How do I install Apple Health MCP?

Run `npx -y apple-health-mcp-unofficial`. The README documents 5 environment variables (APPLE_HEALTH_EXPORT_PATH, APPLE_HEALTH_PRIVACY_MODE, APPLE_HEALTH_TIMEZONE…) to set first. Set APPLE_HEALTH_EXPORT_PATH, APPLE_HEALTH_MCP_TRANSPORT before connecting. APPLE_HEALTH_PRIVACY_MODE, APPLE_HEALTH_TIMEZONE, APPLE_HEALTH_WATCH_PATH are optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Apple Health MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Apple Health MCP

More science & health MCP servers · Eight Sleep MCP · Garminmcp · Google Health MCP · Ouramcp · Polarmcp

More TypeScript MCP servers · Google Ads MCP · see all