apple-health-mcp-server
This MCP server allows users to query their Apple Health data using natural language.
The Apple Health MCP Server facilitates the exploration of Apple Health data by enabling users to interact with their health information through natural language queries. By leveraging DuckDB, it efficiently processes and retrieves relevant data, providing personalized insights based on user inquiries. This server is designed to connect seamlessly with any language model that supports the Model Context Protocol (MCP), making it easy for users to gain insights into their health metrics without needing technical expertise. In addition to answering specific questions about health data, such as activity levels or sleep patterns, the server can summarize data types and statistics, helping users understand their overall health trends. This functionality is particularly useful for individuals looking to track their wellness journey or gain deeper insights into their health habits over time.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"apple-health-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-apple-health-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions