Apple Health
Rank #637io.github.neiltron/apple-health-mcp
Local-first Apple Health MCP server for questions about your sleep, workouts and heart data.
Apple Health is a Model Context Protocol (MCP) server published by neiltron. It ranks #637 of 132,046 servers tracked on MCP Toplist, and its repository has 568 GitHub stars. Apple Health is listed across 3 registries — Official MCP, Glama and PulseMCP, with 4 tracked versions. It was first listed on Jul 22, 2025 and most recently updated on Sep 20, 2026.
Ranks ahead of 131,409 of 132,046 servers on MCP Toplist.
Use Apple Health
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add apple-health-mcp -e "HEALTH_DATA_DIR=<your HEALTH_DATA_DIR>" -e "MAX_MEMORY_MB=<your MAX_MEMORY_MB>" -e "CACHE_SIZE=<your CACHE_SIZE>" -- npx -y @neiltron/apple-health-mcpReplace each placeholder with your own value before saving.
[mcp_servers.apple-health-mcp]
command = "npx"
args = ["-y", "@neiltron/apple-health-mcp"]
[mcp_servers.apple-health-mcp.env]
HEALTH_DATA_DIR = "<your HEALTH_DATA_DIR>"
MAX_MEMORY_MB = "<your MAX_MEMORY_MB>"
CACHE_SIZE = "<your CACHE_SIZE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"apple-health-mcp": {
"command": "npx",
"args": [
"-y",
"@neiltron/apple-health-mcp"
],
"env": {
"HEALTH_DATA_DIR": "<your HEALTH_DATA_DIR>",
"MAX_MEMORY_MB": "<your MAX_MEMORY_MB>",
"CACHE_SIZE": "<your CACHE_SIZE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"apple-health-mcp": {
"command": "npx",
"args": [
"-y",
"@neiltron/apple-health-mcp"
],
"env": {
"HEALTH_DATA_DIR": "<your HEALTH_DATA_DIR>",
"MAX_MEMORY_MB": "<your MAX_MEMORY_MB>",
"CACHE_SIZE": "<your CACHE_SIZE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"apple-health-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@neiltron/apple-health-mcp"
],
"env": {
"HEALTH_DATA_DIR": "<your HEALTH_DATA_DIR>",
"MAX_MEMORY_MB": "<your MAX_MEMORY_MB>",
"CACHE_SIZE": "<your CACHE_SIZE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"apple-health-mcp": {
"command": "npx",
"args": [
"-y",
"@neiltron/apple-health-mcp"
],
"env": {
"HEALTH_DATA_DIR": "<your HEALTH_DATA_DIR>",
"MAX_MEMORY_MB": "<your MAX_MEMORY_MB>",
"CACHE_SIZE": "<your CACHE_SIZE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"apple-health-mcp": {
"command": "npx",
"args": [
"-y",
"@neiltron/apple-health-mcp"
],
"env": {
"HEALTH_DATA_DIR": "<your HEALTH_DATA_DIR>",
"MAX_MEMORY_MB": "<your MAX_MEMORY_MB>",
"CACHE_SIZE": "<your CACHE_SIZE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.neiltron%2Fapple-health-mcp)<a href="https://mcptoplist.com/server/io.github.neiltron%2Fapple-health-mcp"><img src="https://mcptoplist.com/badge/io.github.neiltron%2Fapple-health-mcp.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
neiltron
Available versions (4)
| Version | Published |
|---|---|
| 1.4.5 | Sep 20, 2026 |
| 1.4.4 | Sep 20, 2026 |
| 1.4.1 | Aug 24, 2026 |
| 1.2.1 | Aug 6, 2026 |
Frequently asked questions
- Who maintains Apple Health?
- Apple Health is maintained by neiltron, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Apple Health listed on the Official MCP Registry?
- Yes — Apple Health is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Apple Health have?
- MCP Toplist tracks 4 versions of Apple Health, most recently published on Sep 20, 2026.
- Where can I find the source code for Apple Health?
- The source code for Apple Health is hosted at github.com/neiltron/apple-health-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.