HomeOther › Apple Health

Apple Health

Local-first Apple Health MCP server for questions about your sleep, workouts and heart data.

TypeScript
★ 568 stars Last pushed 2026-09-20 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.4.5)

npx -y @neiltron/apple-health-mcp@1.4.5

Or add to your MCP client config:

{
  "mcpServers": {
    "apple-health-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@neiltron/apple-health-mcp@1.4.5"
      ],
      "env": {
        "HEALTH_DATA_DIR": "<YOUR_VALUE>",
        "MAX_MEMORY_MB": "<YOUR_VALUE>",
        "CACHE_SIZE": "<YOUR_VALUE>"
      }
    }
  }
}
  • HEALTH_DATA_DIR required — Path to the Apple Health CSV export directory
  • MAX_MEMORY_MB — Maximum memory usage in megabytes
  • CACHE_SIZE — Maximum number of cached query results

Related servers

Data from the Official MCP Registry