All connectors
Samsung

samsung-health-mcp-unofficial

Samsung Health

A local parser for Samsung Health personal-data downloads that lets MCP clients summarize Galaxy Watch activity, sleep, heart, HRV, body and workout records.

Galaxy WatchSleepHeart RateHRVWorkouts
A dark cinematic private workspace with smartwatch, ring, laptop dashboard and floating teal CSV/ZIP archive cards — local Samsung Health export parser context
Local CSV/ZIP export

Best for Galaxy Watch users who want Samsung Health context in an agent without handing over a Samsung account or waiting for an Android bridge.

Quick Start

terminal
npx -y samsung-health-mcp-unofficial setup --export-path /path/to/SamsungHealth
npx -y samsung-health-mcp-unofficial doctor
mcp-client.json
{
  "mcpServers": {
    "samsung_health": {
      "command": "npx",
      "args": ["-y", "samsung-health-mcp-unofficial"]
    }
  }
}
  1. 01

    Open Samsung Health on Android and use More options -> Settings -> Download personal data.

  2. 02

    Transfer the downloaded Samsung Health folder or zip to the machine running the agent.

  3. 03

    Run setup with --export-path and then doctor.

Data Availability

Available

Steps and activity

Parsed from Samsung Health CSV filenames and headers.

Available

Heart rate, resting heart rate and HRV

When exported by the device/account.

Available

Sleep and sleep stages

When Galaxy Watch sleep records are present.

Available

Workouts and exercise records

Duration, distance, calories and activity type when exported.

Available

Body metrics

Weight and body-fat records when logged or synced.

Not exposed

Live Health Connect or Samsung Health Data SDK reads

Planned as a separate Android bridge, not this Node MCP.

Agent Tools

Start here

  • samsung_health_connection_status
  • samsung_health_data_inventory
  • samsung_health_daily_summary
  • samsung_health_weekly_summary

Diagnostics

  • samsung_health_capabilities
  • samsung_health_agent_manifest
  • samsung_health_privacy_audit

Records

  • samsung_health_list_records
  • samsung_health_list_workouts

Prompts and Resources

Prompts

  • samsung_health_daily_review
  • samsung_health_weekly_review

Resources

  • samsung-health://capabilities
  • samsung-health://agent-manifest
  • samsung-health://summary/daily
  • samsung-health://summary/weekly

Privacy Model

No Samsung account credential is required.
All parsing happens from a local folder, CSV file or zip.
The agent sees bounded MCP responses, not the user's entire export by default.
Summary mode is the default because Samsung Health exports are sensitive.