Health Auto Export
An MCP server that provides Apple Health data via the Health Auto Export app for iOS
What is Health Auto Export?
Health Auto Export is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp server that provides apple health data via the health auto export app for ios
An MCP server that provides Apple Health data via the Health Auto Export app for iOS
This server falls under the Data Science & ML category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- An MCP server that provides Apple Health data via the Health
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx health-auto-exportConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Health Auto Export
The Health Auto Export MCP Server bridges Apple Health data from your iPhone or iPad into AI workflows by working alongside the Health Auto Export iOS app (Premium tier required). It exposes your personal health metrics — including workouts, heart rate, sleep, nutrition, and more — as an MCP data source that Claude or other compatible clients can query and analyse. The server communicates with the iOS app over TCP on your local Wi-Fi network, so no cloud intermediary is involved and your health data stays private.
Prerequisites
- Node.js 18 or higher installed on your computer
- Health Auto Export app (Premium subscription) installed on your iPhone or iPad
- Your iPhone/iPad and computer on the same Wi-Fi network
- An MCP-compatible client such as Claude Desktop
- Git to clone the repository
Clone the repository and install dependencies
Clone the MCP server repository and install Node.js dependencies.
git clone https://github.com/HealthyApps/health-auto-export-mcp-server.git
cd health-auto-export-mcp-server
npm installConfigure the server environment
Copy the example environment file and set HAE_HOST to the local IP address of your iPhone or iPad running Health Auto Export.
cp .env.example .env
# Edit .env and set:
# HAE_HOST=192.168.1.xBuild the TypeScript source
Compile the TypeScript source files to JavaScript.
npm run buildEnable the MCP server in Health Auto Export
Open the Health Auto Export app on your iPhone, navigate to its server/streaming settings, and enable the MCP or TCP server mode. Confirm your device IP address shown in the app matches the value you set in HAE_HOST.
Configure Claude Desktop
Add the server entry to your Claude Desktop configuration file, pointing to the built server.js file.
Health Auto Export Examples
Client configuration
Add this entry to your claude_desktop_config.json (found at ~/Library/Application Support/Claude/ on macOS). Replace the path with your actual project location.
{
"mcpServers": {
"health_auto_export": {
"command": "node",
"args": ["/path/to/health-auto-export-mcp-server/dist/server.js"],
"env": {
"HAE_HOST": "192.168.1.x"
}
}
}
}Prompts to try
Sample prompts for querying your Apple Health data through the MCP server.
- "Show me my average resting heart rate for the past 30 days"
- "Summarise my sleep data from last week — total sleep, deep sleep, and REM"
- "How many steps did I take each day this month? Show a trend"
- "List my workouts from the past two weeks with duration and calories burned"Troubleshooting Health Auto Export
Server cannot connect to the iOS device (connection refused or timeout)
Confirm your iPhone and computer are on the same Wi-Fi network and that the HAE_HOST value in .env matches the IP address shown in the Health Auto Export app. Also ensure the app's server mode is running and not suspended in the background.
npm run build fails with TypeScript errors
Ensure you are running Node.js 18 or higher (node --version). Delete node_modules and package-lock.json, then re-run npm install before building again.
Claude returns incomplete or truncated health data
Health data sets can be large. Ask for shorter time ranges (e.g., past 7 days instead of a full year) or request aggregated metrics rather than raw data points to stay within Claude's context window.
Frequently Asked Questions about Health Auto Export
What is Health Auto Export?
Health Auto Export is a Model Context Protocol (MCP) server that mcp server that provides apple health data via the health auto export app for ios It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Health Auto Export?
Follow the installation instructions on the Health Auto Export GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Health Auto Export?
Health Auto Export works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Health Auto Export free to use?
Yes, Health Auto Export is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Health Auto Export Alternatives — Similar Data Science & ML Servers
Looking for alternatives to Health Auto Export? Here are other popular data science & ml servers you can use with Claude, Cursor, and VS Code.
Ultrarag
★ 5.6kA Low-Code MCP Framework for Building Complex and Innovative RAG Pipelines
RocketRide
★ 3.1k📇 🏠 - MCP server that exposes RocketRide AI pipelines as t
Aix Db
★ 2.1kAix-DB 基于 LangChain/LangGraph 框架,结合 MCP Skills 多智能体协作架构,实现自然语言到数据洞察的端到端转换。
NeMo Data Designer
★ 1.9k🎨 NeMo Data Designer: Generate high-quality synthetic data from scratch or from seed data.
PaperBanana
★ 1.7kOpen source implementation and extension of Google Research’s PaperBanana for automated academic figures, diagrams, and research visuals, expanded to new domains like slide generation.
MiniMax
★ 1.5kBridges MiniMax AI capabilities to the Model Context Protocol, enabling AI agents to perform image understanding, text-to-image generation, and speech synthesis. It provides a standardized interface for accessing MiniMax's core tools via JSON-RPC.
Browse More Data Science & ML MCP Servers
Explore all data science & ml servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Health Auto Export in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Health Auto Export?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.