the-momentum/apple-health-mcp-server
An MCP server that provides access to exported data from Apple Health. Data analytics included.
Quick Start
Clone the repository:
git clone https://github.com/the-momentum/apple-health-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"apple-health-mcp-server": {
"command": "npx",
"args": [
"-y",
"the-momentum/apple-health-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.