Apple Health Mcp Unofficial
@davidmosiah
关于 Apple Health Mcp Unofficial
Unofficial local-first Apple Health MCP server — parses your local export and exposes activity, sleep, heart, HRV and workouts to AI agents.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"apple-health": {
"command": "npx",
"args": [
"-y",
"apple-health-mcp-unofficial"
]
}
}
}工具
7verify export path before reading data
discover available record types, date coverage, sources count and stale export risk
daily wellness brief from export data
weekly comparison and habit signals
bounded records by `type` (e.g. `HKQuantityTypeIdentifierStepCount`), `start`, `end`, `limit`
bounded workout records
re-scan the watch folder (`APPLE_HEALTH_WATCH_PATH`) and promote the newest export, refreshing summaries; pass `check_only: true` to preview without promoting
概览
What is Apple Health Mcp Unofficial?
It is a local-first MCP server that reads your Apple Health export (export.xml or export.zip) and exposes activity, sleep, HRV, and workout data to AI agents. No tokens, OAuth, or cloud sync—the export never leaves your machine.
How to use Apple Health Mcp Unofficial?
Export health data from the Health app on iPhone, transfer the zip to your computer, then run npx -y apple-health-mcp-unofficial setup --export-path /path/to/export.zip. Verify with npx -y apple-health-mcp-unofficial doctor and add the MCP server configuration to your client (Claude Desktop, Cursor, Hermes, etc.).
Key features of Apple Health Mcp Unofficial
- Local-first: all data stays on your machine.
- Reads export.xml, export.zip, or unzipped Apple Health folders.
- Provides daily/weekly summaries, data inventory, and connection status tools.
- Optional watch folder for automatic import of new exports.
- Configurable privacy mode (default: summary, opt-in raw records).
- Integrates with Claude Desktop, Cursor, Hermes, and other MCP clients.
Use cases of Apple Health Mcp Unofficial
- Ask an AI agent for a 5‑line daily wellness brief from your Apple Health data.
- Compare steps, sleep, workouts, and heart signals across the last week.
- Discover which health signals and date ranges are available in your export.
- Analyze long‑term health habits without manually copying numbers from the Health app.
FAQ from Apple Health Mcp Unofficial
Is this project affiliated with Apple?
No. This is an unofficial project not affiliated with, endorsed by, or supported by Apple Inc. Apple Health is a trademark of Apple Inc.
Does it access live HealthKit data directly from the iPhone?
No. It reads export.xml / export.zip files that you generate yourself from the Apple Health app. A live HealthKit bridge is a separate future component.
What data types are available?
Activity (steps, distance, energy), heart rate, sleep analysis and stages, workouts, body measurements (weight, BMI), HRV, and ECG metadata. Raw waveform requires separate PDF export.
What are the system requirements?
Node.js 20+ and an Apple Health export from your iPhone (Health app → profile → Export All Health Data).
How does the server protect my privacy?
All data is read locally; the export path is read‑only and the MCP never modifies it. Default privacy mode is summary (aggregates only), and tokens never leave your machine.
其他 分类下的更多 MCP 服务器
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
ICSS
chokcoco不止于 CSS
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
评论