Health Auto Export

v1.0.0Data Science & MLstable

An MCP server that provides Apple Health data via the Health Auto Export app for iOS

health-auto-exportmcpai-integration
Share:
40
Stars
0
Downloads
0
Weekly
0/5

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

Access Apple Health data from iOS devices through the Health Auto Export app. Integrate personal health metrics into AI workflows.
HealthyApps

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 20, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx health-auto-export

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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 install
2

Configure 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.x
3

Build the TypeScript source

Compile the TypeScript source files to JavaScript.

npm run build
4

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

5

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.

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.

Quick Config Preview

{ "mcpServers": { "health-auto-export": { "command": "npx", "args": ["-y", "health-auto-export"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides