Catalog
Health Analyzer MCP
Officialby krumjahn
Query your Apple Health data from Claude, Cursor, and any MCP client — 100% local on your Mac.
Query and analyze your Apple Health data locally on Mac through Claude or any MCP client.
README not available yet.
Install
Configuration
Environment variables
HEALTH_ANALYZER_TOKENsecretOptional. Overrides token auto-discovery. The token is generated by the Health Data AI Analyzer Mac app and normally read automatically from its sandboxed container; only set this if auto-discovery fails.
HEALTH_ANALYZER_TOKEN_FILEOptional. Absolute path to the local-api-token.txt file written by the Mac app. The server searches default sandbox paths automatically; only set this if auto-discovery fails.
claude_desktop_config.json
{
"mcpServers": {
"health-analyzer-mcp": {
"command": "npx",
"args": [
"-y",
"health-analyzer-mcp@1.1.1"
],
"env": {
"HEALTH_ANALYZER_TOKEN": "<YOUR_HEALTH_ANALYZER_TOKEN>",
"HEALTH_ANALYZER_TOKEN_FILE": "<YOUR_HEALTH_ANALYZER_TOKEN_FILE>"
}
}
}
}