
Health Analyzer Mcp
Ask Claude or Cursor questions about your own Apple Health metrics on your Mac without sending health data to the cloud.
Overview
health-analyzer-mcp is a MCP server for the Grow phase that lets you query Apple Health data locally on your Mac from Claude, Cursor, and other MCP clients.
What is this MCP server?
- Query Apple Health data from any MCP client on your Mac
- 100% local processing—data stays on device per server description
- npm package health-analyzer-mcp with stdio transport (v1.1.1)
- Optional HEALTH_ANALYZER_TOKEN override when auto-discovery fails
- Pairs with Health Data AI Analyzer Mac app for token generation
- Server version 1.1.1
- npm identifier health-analyzer-mcp with stdio transport
- Two optional env vars: HEALTH_ANALYZER_TOKEN (secret) and HEALTH_ANALYZER_TOKEN_FILE
What problem does it solve?
You have rich Apple Health history on your Mac but no safe way to let an AI assistant analyze it without cloud uploads or manual CSV wrangling.
Who is it for?
Mac-based solo builders who want private, conversational analytics over their own Apple Health data inside Claude Code or Cursor.
Skip if: Windows or Linux users, clinical teams needing regulated multi-patient systems, or builders who want cloud-hosted team wellness dashboards.
What do I get? / Deliverables
After install and token setup with the Mac Health app, your agent can answer questions about your local health metrics through MCP tools.
- MCP tool access to locally stored Apple Health metrics on Mac
- Agent-ready Q&A over personal health trends without described cloud export
- Stdio MCP server registration with optional token env overrides
Recommended MCP Servers
Journey fit
How it compares
Local Apple Health analytics MCP, not a web analytics or error-monitoring server.
Common Questions / FAQ
Who is health-analyzer-mcp for?
Mac users with Apple Health data who want MCP agents to analyze personal metrics locally without sending health information to external services.
When should I use health-analyzer-mcp?
Use it during Grow analytics when you want to explore trends, correlations, or summaries in your own health history via Claude or Cursor.
How do I add health-analyzer-mcp to my agent?
Install npm package health-analyzer-mcp, run it as a stdio MCP server, and rely on the Mac app token auto-discovery or set HEALTH_ANALYZER_TOKEN / HEALTH_ANALYZER_TOKEN_FILE if needed.