← Back to browse

samsung-health-mcp

Indexed by io.github.davidmosiah

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSAMSUNG_HEALTH_EXPORT_PATH SAMSUNG_HEALTH_TIMEZONE SAMSUNG_HEALTH_PRIVACY_MODE SAMSUNG_HEALTH_WATCH_PATH
Claude Code
claude mcp add --env SAMSUNG_HEALTH_EXPORT_PATH= --env SAMSUNG_HEALTH_TIMEZONE= --env SAMSUNG_HEALTH_PRIVACY_MODE= --env SAMSUNG_HEALTH_WATCH_PATH= samsung-health-mcp -- npx samsung-health-mcp-unofficial
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"samsung-health-mcp","command":"npx","args":["samsung-health-mcp-unofficial"],"env":{"SAMSUNG_HEALTH_EXPORT_PATH":"","SAMSUNG_HEALTH_TIMEZONE":"","SAMSUNG_HEALTH_PRIVACY_MODE":"","SAMSUNG_HEALTH_WATCH_PATH":""}}'
JSON
{
  "mcpServers": {
    "samsung-health-mcp": {
      "command": "npx",
      "args": [
        "samsung-health-mcp-unofficial"
      ],
      "env": {
        "SAMSUNG_HEALTH_EXPORT_PATH": "",
        "SAMSUNG_HEALTH_TIMEZONE": "",
        "SAMSUNG_HEALTH_PRIVACY_MODE": "",
        "SAMSUNG_HEALTH_WATCH_PATH": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.