Data & APIs
Apple Health MCP
Apple Health MCP provides AI access to exported Apple Health data. Analyze workout history, sleep patterns, heart rate trends, step counts, and nutrition data. Includes data analytics capabilities for generating health insights and identifying trends over time.
Stars
410
Installs
8.0k
License
MIT
Kind
MCP
Trust evidence
Catalogued
Catalogued MCP with public repository metadata. Not a verified endorsement.
- Stars: 410 · catalog
- Freshness: Updated 2026-01-13
- Used in 0 known stacks (editorial graph may still apply)
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Environment: HEALTH_DATA_PATH
- · Python 3 + pip
Reference command
{
"mcpServers": {
"apple-health": {
"command": "python",
"args": ["-m", "apple_health_mcp"],
"env": {
"HEALTH_DATA_PATH": "/path/to/exported/apple-health-data"
}
}
}
}