Health Auto Export
БесплатноНе проверенAn 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
README
This project provides examples of how to work with the TCP server in Health Auto Export app for iPhone/iPad.
You can make queries to the server directly over TCP, or the project can be connected to LLMs, such as Claude app for desktop, via MCP.
In the /docs folder you will find more detailed instructions.
Running This Project
Prerequisites
- Node.js: Version 18 or higher
- npm: Comes with Node.js
- Health Auto Export app: Installed on iPhone/iPad with Premium access
- Network access: Your computer and mobile device must be on the same Wi-Fi network
Installation
Clone the repository:
git clone <repository-url> cd health-auto-export-mcp-serverInstall dependencies:
npm installConfigure
.envfile:- Copy the
.env.examplefile and rename it to.env - Set the appropriate value for
HAE_HOST(your device IP address)
- Copy the
Build the project:
npm run buildRun dev server:
npm run dev
Usage
TCP
client_example.ts provides an example of a client that connects to the Health Auto Export server over TCP.
- Build the project using
npm run build - Run the client using
node ./dist/client_example.js - Expand on the code to build your own integration
Configure Claude MCP
For MCP tool names and breaking changes in 1.0.0, see CHANGELOG.md. Implementation lives in src/server.ts.
Build the project using
npm run buildNavigate to
Settings -> Developer -> Edit ConfigThis should open
claude_desktop_config.jsonAdd the MCP server details as shown below, pointing to the correct path on disk where you have set up this project:
{ "mcpServers": { "health_auto_export": { "command": "node", "args": ["/Users/username/Desktop/hae-mcp/dist/server.js"] } } }Restart Claude Desktop
Keep in mind Claude's context window limitations when using MCP. This means data may need to be aggregated appropriately in order to process requests.
Further information on Claude Desktop MCP configuration
Установка Health Auto Export
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/HealthyApps/health-auto-export-mcp-serverFAQ
Health Auto Export MCP бесплатный?
Да, Health Auto Export MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Health Auto Export?
Нет, Health Auto Export работает без API-ключей и переменных окружения.
Health Auto Export — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Health Auto Export в Claude Desktop, Claude Code или Cursor?
Открой Health Auto Export на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Health Auto Export with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
