Tech News
← Back to articles

Show HN: Apple Health MCP Server

read original related products more articles

Apple Health MCP Server

An MCP (Model Context Protocol) server for querying Apple Health data using SQL. Built with DuckDB for fast, efficient health data analysis.

Note This project currently relies on the Simple Health Export CSV app by Eric Wolter. See Exporting Data below for more info on how best to use the app. This is currently the easiest way I could find to quickly and reliably get Apple Health data exported in CSV format. If you have ideas of better ways to import data, please submit an issue.

Features

Natural language querying : Your MCP client translates your questions to database queries

: Your MCP client translates your questions to database queries SQL Query Execution : Direct SQL queries against your Apple Health data

: Direct SQL queries against your Apple Health data Automated Reports : Generate weekly/monthly health summaries

: Generate weekly/monthly health summaries Efficient Data Loading : Lazy loading with configurable time windows

: Lazy loading with configurable time windows Smart Caching: Query result caching with TTL

Installation

... continue reading