apple-health-mcp MCP Server
smarzola/apple-health-mcp
Are you the maintainer of smarzola/apple-health-mcp? Claim this listing →
MCP server for Apple Health data — query your export with Claude
Add AgentRank to Claude Code Discover and compare tools like smarzola/apple-health-mcp — your AI finds the right one automatically
Get API Access → claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
smarzola/apple-health-mcp is a Python MCP server licensed under MIT. MCP server for Apple Health data — query your export with Claude
Ranked #21 out of 109 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
Stars 15% 2
2 stars → early stage
Freshness 25% today
Last commit today → actively maintained
Issue Health 25% 50%
No issues filed → no history to score
Contributors 10% 2
2 contributors → solo project
Dependents 25% 0
No dependents → no downstream usage
npm Downloads N/A
PyPI Downloads 13% 152/wk
152 weekly installs → early adoption
Forks 0
Description Good
License MIT
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Description low impact
Dependents medium impact
Matched Queries
From the README
# apple-health-mcp
MCP server that loads your Apple Health export into an in-memory SQLite database and exposes it to LLMs via the [Model Context Protocol](https://modelcontextprotocol.io/).
## Quick start
```bash
uvx apple-health-mcp --input ~/Downloads/export.zip
```
Or install it permanently:
```bash
uv tool install apple-health-mcp
apple-health-mcp --input ~/Downloads/export.zip
```
## Exporting your data from Apple Health
1. Open the **Health** app on your iPhone
2. Tap your profile picture (top-right)
3. Scroll down and tap **Export All Health Data**
4. Confirm — this may take a few minutes
5. Save or AirDrop the resulting `export.zip` to your Mac
## Claude Desktop integration
Add this to your `claude_desktop_config.json`
(macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`):
```json
{
"mcpServers": {
"apple-health": {
"command": "uvx",
"args": [
"apple-health-mcp",
"--input",
"/absolute/path/to/export.zip"
Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.