Odel
Apple Health

Apple Health

Local
@neiltron564TypeScriptMITUpdated 1w ago

Query and analyze Apple Health CSV exports using DuckDB.

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

npm@neiltron/apple-health-mcpv1.4.1

Run

npx -y @neiltron/apple-health-mcp

MCP client config

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