health-analyzer-mcp
About
Query your Apple Health data from Claude, Cursor, and any MCP client — 100% local on your Mac.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
HEALTH_ANALYZER_TOKEN HEALTH_ANALYZER_TOKEN_FILEClaude Code
claude mcp add --env HEALTH_ANALYZER_TOKEN= --env HEALTH_ANALYZER_TOKEN_FILE= health-analyzer-mcp -- npx health-analyzer-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"health-analyzer-mcp","command":"npx","args":["health-analyzer-mcp"],"env":{"HEALTH_ANALYZER_TOKEN":"","HEALTH_ANALYZER_TOKEN_FILE":""}}'
JSON
{
"mcpServers": {
"health-analyzer-mcp": {
"command": "npx",
"args": [
"health-analyzer-mcp"
],
"env": {
"HEALTH_ANALYZER_TOKEN": "",
"HEALTH_ANALYZER_TOKEN_FILE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.