mcpbeat Sign in

Samsung Health MCP Server

local only

Samsung Health MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 91 installs a week from npm. Last commit 3 Sep 2026.

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

Installs per day peak 162 · avg 23 · +227% w/w
a month agotoday
91
Installs / week
npm · samsung-health-mcp-unofficial
14
Stars
0 open issues
3 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Samsung Health MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add samsung-health-mcp -- npx -y samsung-health-mcp-unofficial
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "samsung-health-mcp": {
      "args": [
        "-y",
        "samsung-health-mcp-unofficial"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.samsung-health-mcp]
command = "npx"
args = ["-y", "samsung-health-mcp-unofficial"]
.cursor/mcp.json
{
  "mcpServers": {
    "samsung-health-mcp": {
      "args": [
        "-y",
        "samsung-health-mcp-unofficial"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "samsung-health-mcp": {
      "args": [
        "-y",
        "samsung-health-mcp-unofficial"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: 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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Samsung Health MCP

same job, measured the same way
Mi Fitness Data Bridge
by shkyyy18

Local-first bridge: export your own Mi Fitness (Xiaomi) health data to SQLite/JSON/CSV and MCP.

local only
I
Textavia MCP
by catorch

Local-first MCP server for text, JSON, Base64, CSV, regex, and developer utilities.

32 installs/wk local only
Whoop MCP
by ashwanthramkl

Read-only WHOOP v2 data for MCP clients, with local SQLite cache and CSV/JSONL/Parquet exports.

156 installs/wk local only
Transform Rules MCP Server
by vinhphatfsg

MCP server for CSV/JSON data transformation using YAML rules

local only
Google Analytics
by codechap

MCP server for Google Analytics 4 — reports, realtime data, and admin

local only
Rulemorph MCP Server
by vinhphatfsg

MCP server for CSV/JSON data transformation using YAML rules

local only
Lastsaas
by jonradoff

Read-only admin MCP server for LastSaaS — dashboards, users, tenants, billing, logs, health.

local only
PostHog MCP Server
by posthog

Official PostHog MCP Server for product analytics, feature flags, experiments, and more.

answering

Samsung Health MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Samsung Health MCP?
Samsung Health MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package samsung-health-mcp-unofficial was installed 91 times last week.
How do I connect Samsung Health MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls samsung-health-mcp-unofficial straight from npm; nothing to host, nothing to sign up for.
How many people use Samsung Health MCP?
The npm package samsung-health-mcp-unofficial was installed 91 times in the last week. Week over week that is +227%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Samsung Health MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 14 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.