← Index

io.github.davidmosiah/samsung-health-mcp

io.github.davidmosiah/samsung-health-mcp·v0.5.0·Other
Quality Score
85
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "samsung-health-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "samsung-health-mcp-unofficial"
      ],
      "env": {
        "SAMSUNG_HEALTH_EXPORT_PATH": "<samsung_health_export_path>",
        "SAMSUNG_HEALTH_TIMEZONE": "<samsung_health_timezone>",
        "SAMSUNG_HEALTH_PRIVACY_MODE": "<samsung_health_privacy_mode>",
        "SAMSUNG_HEALTH_WATCH_PATH": "<samsung_health_watch_path>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "samsung-health-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "samsung-health-mcp-unofficial"
      ],
      "env": {
        "SAMSUNG_HEALTH_EXPORT_PATH": "<samsung_health_export_path>",
        "SAMSUNG_HEALTH_TIMEZONE": "<samsung_health_timezone>",
        "SAMSUNG_HEALTH_PRIVACY_MODE": "<samsung_health_privacy_mode>",
        "SAMSUNG_HEALTH_WATCH_PATH": "<samsung_health_watch_path>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y samsung-health-mcp-unofficial
§02  Environment variables
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.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other