apple-health-mcp

neiltron/apple-health-mcp
★ 522 stars TypeScript 🗄️ Database Updated 1mo ago
MCP server for querying Apple Health data with natural language and SQL
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "apple-health-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "neiltron/apple-health-mcp"
      ]
    }
  }
}