Google PageRank for AI agents. 25,000+ tools indexed.

apple-health-mcp MCP Server

smarzola/apple-health-mcp

Score: 55.6 Rank #21 MCP Server
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

Python MIT 152 pypi/wk

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
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

Expand your description to 150+ characters for better discoverability

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge all embed codes →

AgentRank score for smarzola/apple-health-mcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/smarzola--apple-health-mcp)](https://agentrank-ai.com/tool/smarzola--apple-health-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/smarzola--apple-health-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/smarzola--apple-health-mcp" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="smarzola/apple-health-mcp"></script>

Matched Queries

"mcp server""mcp-server"

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.