PulseAugur
EN
LIVE 04:19:27

New tool enables AI models to access Apple Health data locally

A new open-source project called health4.ai has been developed to allow AI models like Claude Code and Cursor to access Apple Health data. Due to Apple's privacy design, HealthKit data remains on-device, creating a barrier for external AI access. This solution involves an iOS app that reads HealthKit metrics and pushes them to a user-controlled PostgreSQL database, which is then accessed by an MCP server. This setup enables AI models to query health data locally, with the entire architecture designed to keep user data private and on-device. AI

IMPACT Enables AI models to leverage personal health data for more informed responses and actions, potentially improving health-related AI applications.

RANK_REASON The item describes a new open-source project that integrates AI models with a specific data source (Apple Health), which is a type of AI-adjacent tooling.

Read on dev.to — MCP tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New tool enables AI models to access Apple Health data locally

COVERAGE [1]

  1. dev.to — MCP tag TIER_1 English(EN) · Jeff Littell ·

    How to give Claude Code access to your Apple Health data

    <p>Apple has no HealthKit REST API. Claude's native Apple Health connector only works on claude.ai web, not Claude Code. Here's how to fix that.</p> <h2> The constraint </h2> <p>Apple's privacy design is the core issue. HealthKit data never leaves your device through a server-sid…