One MCP server, eight AI clients: Apple Health setup that works everywhere
Most Apple Health MCP guides are per-client. Claude today, Cursor tomorrow, ChatGPT next week. That's the wrong abstraction. MCP is a protocol. The server command is identical across every client. Only the config file path and JSON shape change. What the server exposes Eight read-only tools, all local: Tool What it returns get_mcp_status Health check: data source, metric count, most recent data…
Apple Health's MCP server supports multiple AI clients with a single server setup. The server provides eight read-only tools that return health data in various formats. These tools include: getting the server status, listing all available metrics, retrieving health metrics within a date range, comparing recent data against past data, exporting structured JSON data, getting intraday data, and querying health data using natural language queries.
The server can provide information such as HRV trends, sleep patterns over time, and how resting heart rate changes based on sleep duration. It operates locally on the user's iPhone, delivering live data without the need for CSV files, copy-pasting, or screenshots. The server configuration remains consistent across all AI clients, with only the file path changing.
Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.