Odel
apple health mcp

apple health mcp

Local
@davidmosiah2TypeScriptMITUpdated 3 days ago

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).

npmapple-health-mcp-unofficialv0.5.0

Run

npx -y apple-health-mcp-unofficial

MCP client config

{
  "mcpServers": {
    "apple-health-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "apple-health-mcp-unofficial"
      ]
    }
  }
}