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.
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.
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.
claude mcp add samsung-health-mcp -- npx -y samsung-health-mcp-unofficial
{
"mcpServers": {
"samsung-health-mcp": {
"args": [
"-y",
"samsung-health-mcp-unofficial"
],
"command": "npx"
}
}
}
[mcp_servers.samsung-health-mcp]
command = "npx"
args = ["-y", "samsung-health-mcp-unofficial"]
{
"mcpServers": {
"samsung-health-mcp": {
"args": [
"-y",
"samsung-health-mcp-unofficial"
],
"command": "npx"
}
}
}
{
"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.
Local-first bridge: export your own Mi Fitness (Xiaomi) health data to SQLite/JSON/CSV and MCP.
Local-first MCP server for text, JSON, Base64, CSV, regex, and developer utilities.
Read-only WHOOP v2 data for MCP clients, with local SQLite cache and CSV/JSONL/Parquet exports.
MCP server for CSV/JSON data transformation using YAML rules
MCP server for Google Analytics 4 — reports, realtime data, and admin
MCP server for CSV/JSON data transformation using YAML rules
Read-only admin MCP server for LastSaaS — dashboards, users, tenants, billing, logs, health.
Official PostHog MCP Server for product analytics, feature flags, experiments, and more.
Answers built from our own checks of this server.