AgentHubAgentHub

apple-health-mcp

MCP ServerMCP Registry官方收录

io.github.davidmosiah/apple-health-mcp · v0.5.0

Unofficial local-first MCP server for Apple Health export data.

概览

apple-health-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

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

环境变量

APPLE_HEALTH_EXPORT_PATH可选

Path to export.xml, an Apple Health export directory, or export.zip.

APPLE_HEALTH_TIMEZONE可选

IANA timezone used to interpret daily and weekly local-day summaries.

APPLE_HEALTH_PRIVACY_MODE可选

summary, structured, or raw. Defaults to summary.

APPLE_HEALTH_WATCH_PATH可选

Optional folder watched for new Apple Health exports; the newest is auto-promoted and summaries refreshed.

相关资源

统一 Manifest

{
  "id": "io.github.davidmosiah/apple-health-mcp",
  "type": "mcp-server",
  "version": "0.5.0",
  "displayName": "apple-health-mcp",
  "description": "Unofficial local-first MCP server for Apple Health export data.",
  "repository": {
    "url": "https://github.com/davidmosiah/apple-health-mcp",
    "source": "github"
  },
  "homepage": "https://wellness.delx.ai/connectors/apple-health",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "apple-health-mcp-unofficial",
        "version": "0.5.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "APPLE_HEALTH_EXPORT_PATH",
            "description": "Path to export.xml, an Apple Health export directory, or export.zip."
          },
          {
            "name": "APPLE_HEALTH_TIMEZONE",
            "description": "IANA timezone used to interpret daily and weekly local-day summaries."
          },
          {
            "name": "APPLE_HEALTH_PRIVACY_MODE",
            "description": "summary, structured, or raw. Defaults to summary."
          },
          {
            "name": "APPLE_HEALTH_WATCH_PATH",
            "description": "Optional folder watched for new Apple Health exports; the newest is auto-promoted and summaries refreshed."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.davidmosiah/apple-health-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.davidmosiah%2Fapple-health-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
apple-health-mcp — MCP Server 安装与配置 · AgentHub