data-ai MCP Server
MCP server for querying Apple Health data with natural language and SQL
Discovered via mcp and last synced 3mo ago.
1. Install the package
npx @neiltron/apple-health-mcp
2. Add to claude_desktop_config.json
{
"mcpServers": {
"-neiltron-apple-health-mcp": {
"command": "npx",
"args": [
"@neiltron/apple-health-mcp"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)