← Back to Plugins
MCP Server MCP

Apple Health MCP Server

github By github 👁 1 views ▲ 0 votes

Apple Health data for Claude, Cursor, and any MCP client — 100% local on your Mac.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "health-analyzer-mcp",
      "version": "1.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional. Overrides token auto-discovery. The token is generated by the Health Data AI Analyzer Mac app and normally read automatically from its sandboxed container; only set this if auto-discovery fails.",
          "format": "string",
          "isSecret": true,
          "name": "HEALTH_ANALYZER_TOKEN"
        },
        {
          "description": "Optional. Absolute path to the local-api-token.txt file written by the Mac app. The server searches default sandbox paths automatically; only set this if auto-discovery fails.",
          "format": "string",
          "name": "HEALTH_ANALYZER_TOKEN_FILE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...