Unofficial local-first MCP server for Apple Health export data.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y apple-health-mcp-unofficial
MCP client config
{
"mcpServers": {
"apple-health-mcp": {
"command": "npx",
"args": [
"-y",
"apple-health-mcp-unofficial"
]
}
}
}