mcpbeat Sign in

Apple Health MCP Server

local only

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

Query and analyze Apple Health CSV exports using DuckDB.

Installs per day peak 305 · avg 88 · -47% w/w
a month agotoday
197
Installs / week
npm · @neiltron/apple-health-mcp
567
Stars
3 open issues
25 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Apple Health 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 @neiltron/apple-health-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "apple-health-mcp": {
      "args": [
        "-y",
        "@neiltron/apple-health-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.apple-health-mcp]
command = "npx"
args = ["-y", "@neiltron/apple-health-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "apple-health-mcp": {
      "args": [
        "-y",
        "@neiltron/apple-health-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "apple-health-mcp": {
      "args": [
        "-y",
        "@neiltron/apple-health-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Apple Health

same job, measured the same way
Google Analytics
by mcparmory

Query GA4 analytics data with custom reports, pivot tables, and audience exports

248 installs/wk local only
Samsung Health MCP
by davidmosiah

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

80 installs/wk local only
Yandex Metrica MCP
by boxlab-ltd

Query Yandex Metrica analytics — reports, trends, metadata and raw log exports — via an AI agent.

162 installs/wk local only
DebugBundle
by debugbundle

DebugBundle MCP: runtime error reporting, incident response, health checks, and product analytics.

176 installs/wk local only
stagenth · 数据工具箱
by stagenth

Query, join, profile, clean and convert CSV/JSON/Parquet with server-side DuckDB over MCP.

6 tools answering
Mi Fitness Data Bridge
by shkyyy18

Local-first bridge: export your own Mi Fitness (Xiaomi) health data to SQLite/JSON/CSV and MCP.

local only
Alive Analysis
by with-geun

Query alive-analysis history from any AI client. Tools: list, get, search, dashboard export.

26 installs/wk local only
stagenth · Excel 数据可视化
by stagenth

Excel analytics: inspect, query (JSON rows), charts, and JSON-to-xlsx workbook writing.

4 tools answering

Apple Health — questions

Answers built from our own checks of this server.

Why is there no uptime for Apple Health?
Apple Health 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 @neiltron/apple-health-mcp was installed 197 times last week.
How do I connect Apple Health?
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 @neiltron/apple-health-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Apple Health?
The npm package @neiltron/apple-health-mcp was installed 197 times in the last week. Week over week that is -47%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Apple Health open source?
Yes — it is published under the MIT licence, written in TypeScript, 567 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.