Description

MCP server for querying Apple Health data with natural language and SQL. Complete health data integration.

Installation

npx -y apple-health-mcp
npm install apple-health-mcp
git clone https://github.com/neiltron/apple-health-mcp

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "apple-health-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "apple-health-mcp"
      ]
    }
  }
}