← Index

io.github.davidmosiah/apple-health-mcp

io.github.davidmosiah/apple-health-mcp·v0.1.0·Other
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "apple-health-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "apple-health-mcp-unofficial"
      ],
      "env": {
        "APPLE_HEALTH_EXPORT_PATH": "<apple_health_export_path>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "apple-health-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "apple-health-mcp-unofficial"
      ],
      "env": {
        "APPLE_HEALTH_EXPORT_PATH": "<apple_health_export_path>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y apple-health-mcp-unofficial
§02  Environment variables
APPLE_HEALTH_EXPORT_PATH

Path to export.xml, an Apple Health export directory, or export.zip.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other