AgentHubAgentHub

samsung-health-mcp

MCP ServerMCP Registry官方收录

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

Unofficial local-first MCP server for Samsung Health personal-data CSV/ZIP exports.

概览

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

安装

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

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

环境变量

SAMSUNG_HEALTH_EXPORT_PATH可选

Path to a Samsung Health personal-data folder, .csv file, or .zip containing CSV files.

SAMSUNG_HEALTH_TIMEZONE可选

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

SAMSUNG_HEALTH_PRIVACY_MODE可选

summary, structured, or raw. Defaults to summary.

SAMSUNG_HEALTH_WATCH_PATH可选

Optional folder watched for new Samsung Health exports. The newest export dropped here is auto-promoted to the active export on startup, live, and via the samsung_health_reimport tool.

相关资源

统一 Manifest

{
  "id": "io.github.davidmosiah/samsung-health-mcp",
  "type": "mcp-server",
  "version": "0.5.0",
  "displayName": "samsung-health-mcp",
  "description": "Unofficial local-first MCP server for Samsung Health personal-data CSV/ZIP exports.",
  "repository": {
    "url": "https://github.com/davidmosiah/samsung-health-mcp",
    "source": "github"
  },
  "homepage": "https://wellness.delx.ai/connectors/samsung-health",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "samsung-health-mcp-unofficial",
        "version": "0.5.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "SAMSUNG_HEALTH_EXPORT_PATH",
            "description": "Path to a Samsung Health personal-data folder, .csv file, or .zip containing CSV files."
          },
          {
            "name": "SAMSUNG_HEALTH_TIMEZONE",
            "description": "IANA timezone used to interpret daily and weekly local-day summaries."
          },
          {
            "name": "SAMSUNG_HEALTH_PRIVACY_MODE",
            "description": "summary, structured, or raw. Defaults to summary."
          },
          {
            "name": "SAMSUNG_HEALTH_WATCH_PATH",
            "description": "Optional folder watched for new Samsung Health exports. The newest export dropped here is auto-promoted to the active export on startup, live, and via the samsung_health_reimport tool."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.davidmosiah/samsung-health-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.davidmosiah%2Fsamsung-health-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
samsung-health-mcp — MCP Server 安装与配置 · AgentHub