Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Health Auto Export Server

БесплатноНе проверен

Enables querying health data from the Health Auto Export app on iPhone/iPad via MCP, allowing LLMs like Claude to access and analyze personal health metrics.

GitHubEmbed

Описание

Enables querying health data from the Health Auto Export app on iPhone/iPad via MCP, allowing LLMs like Claude to access and analyze personal health metrics.

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

  1. Clone the repository:

    git clone <repository-url>
    cd health-auto-export-mcp-server
    
  2. Install dependencies:

    npm install
    
  3. Configure .env file:

    • Copy the .env.example file and rename it to .env
    • Set the appropriate value for HAE_HOST (your device IP address)
  4. Build the project:

    npm run build
    
  5. Run 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.

  1. Build the project using npm run build
  2. Run the client using node ./dist/client_example.js
  3. 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.

  1. Build the project using npm run build

  2. Navigate to Settings -> Developer -> Edit Config

  3. This should open claude_desktop_config.json

  4. Add 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"]
        }
      }
    }
    
  5. Restart Claude Desktop

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

  7. Further information on Claude Desktop MCP configuration

from github.com/HealthyApps/health-auto-export-mcp-server

Установить Health Auto Export Server в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install health-auto-export-mcp-server

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add health-auto-export-mcp-server -- npx -y node-mcp

FAQ

Health Auto Export Server MCP бесплатный?

Да, Health Auto Export Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Health Auto Export Server?

Нет, Health Auto Export Server работает без API-ключей и переменных окружения.

Health Auto Export Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Health Auto Export Server в Claude Desktop, Claude Code или Cursor?

Открой Health Auto Export Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Health Auto Export Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai