MCP server for querying Apple Health data with natural language using DuckDB under the hood.
Standard I/O
Docker
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"apple-health-mcp-server": {
"args": [
"index.js"
],
"command": "node"
}
}
}