Health Export MCP

Query your Apple Health data from Claude, ChatGPT, Cursor, OpenClaw, Hermes, and any other AI agent. It runs locally over stdio via the published package.

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

VERIFIED ACTIVE

LAST COMMIT 2026-08-20 · ★ 3 · #19 OF 60 MAINTAINED SCIENCE & HEALTH · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Health Export MCP

before you install - you'll need

HEALTH_DATA_DIR

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add philipad-health-export-mcp -- npx -y health-export-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "philipad-health-export-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "health-export-mcp"
      ]
    }
  }
}

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

repo age created 2026-06-27 - young repo, little track record yet

license MIT - declared in the repository

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

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

03 · What Health Export MCP can do

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

Latest releases

v1.4.0 · 2026-08-19

First release past read-only metric queries. The server now answers the questions a health log actually holds. · New tools (6), 14 total · list_events - clinical + lifestyle events tagged to days (illness, medication…

v1.3.0 · 2026-08-18

Adds the 8th tool: get_intraday reads the hourly window the iOS app's hourly automations (app 1.4+) write to health-intraday.json beside the daily cache - hour-by-hour points plus the latest value per metric, an…

v1.2.2 · 2026-08-08

What's new · The published npm package was missing every hardening fix that had landed in the repo since v1.0.1. v1.2.2 ships them for real, plus two discovery fixes. · Serve a full history without blowing the client's…

04 · Who maintains Health Export MCP

health-export-mcp is maintained by philipad. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
science & health - ranked #19 of 60 actively-maintained science & health servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-08-19)
registry
io.github.PhilipAD/health-export-mcp (active, first published 2026-06-27 · 6 versions)
packages
npm:health-export-mcp

06 · Health Export MCP FAQ

What is Health Export MCP?

Query your Apple Health data from Claude, ChatGPT, Cursor, OpenClaw, Hermes, and any other AI agent. It runs locally over stdio via the published package.

Is Health Export MCP still maintained?

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

How do I install Health Export MCP?

Run `npx -y health-export-mcp`. The README documents one environment variable (HEALTH_DATA_DIR) to set first. You can also paste the ready-made client config above.

Does Health Export 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 Health Export MCP

More science & health MCP servers · Aria MCP Server · Zotero Library MCP · Inbody API MCP · Atera MCP · Axcient MCP

More JavaScript MCP servers · Mainstreet · Pinkpixel Dev Web Scout MCP · Pitwch MCP Server · Job Search · Primamcp · see all