Loading MCP server directory, please wait...
Query and analyze Apple Health CSV exports using DuckDB.
npx @getmcp/cli add io.github.neiltron/apple-health-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
HEALTH_DATA_DIRPath to the Apple Health CSV export directory
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.neiltron/apple-health-mcp": {
"command": "npx",
"args": [
"-y",
"@neiltron/apple-health-mcp"
],
"env": {
"HEALTH_DATA_DIR": "",
"MAX_MEMORY_MB": "1024",
"CACHE_SIZE": "100"
}
}
}
}