Home › Other › samsung-health-mcp

samsung-health-mcp

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

TypeScript
★ 15 stars Last pushed 2026-09-03 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.5.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "samsung-health-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "SAMSUNG_HEALTH_EXPORT_PATH": "<YOUR_VALUE>",
        "SAMSUNG_HEALTH_TIMEZONE": "<YOUR_VALUE>",
        "SAMSUNG_HEALTH_PRIVACY_MODE": "<YOUR_VALUE>",
        "SAMSUNG_HEALTH_WATCH_PATH": "<YOUR_VALUE>"
      }
    }
  }
}
  • 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.

Related servers

Data from the Official MCP Registry