Apple Health MCP Server
Supports UIby the-momentum
Query Apple Health data with natural language using DuckDB for deep health insights.
What it does
This server allows LLMs to interact with Apple Health data exported as XML. It uses DuckDB under the hood to enable complex querying and analysis of health metrics through natural language, transforming raw health exports into actionable insights.
Tools
structure_analysis: Analyze the available data types and their volumes.record_search: Search and filter health records with advanced parameters.type_extraction: Extract specific health data types for targeted analysis.trend_analysis: Generate statistics and identify patterns over time.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"apple-health": {
"command": "python3",
"args": ["/path/to/apple-health-mcp-server/app/main.py"]
}
}
}
Supported hosts
- claude
Quick install
python3 /path/to/apple-health-mcp-server/app/main.pyInformation
- Pricing
- free
- Published
- 4/17/2026
- stars


