Back to Browse

Samsung Health MCP Server

Developer ToolsUse Caution4.8Local
Free

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

About

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

Security Report

4.8
Use Caution4.8High Risk

Samsung Health MCP is a well-structured local-first MCP server with strong privacy-by-design principles. The server processes local Samsung Health CSV/ZIP exports without cloud connectivity, network calls, or credential handling. Code quality is high with proper input validation, error handling, and intentional permission scoping. Minor observations on logging and error handling patterns do not constitute security vulnerabilities. Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

4 files analyzed · 9 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

env_vars

Check that this permission is expected for this type of plugin.

system_info

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Path to a Samsung Health personal-data folder, .csv file, or .zip containing CSV files.Optional

Environment variable: SAMSUNG_HEALTH_EXPORT_PATH

IANA timezone used to interpret daily and weekly local-day summaries.Optional

Environment variable: SAMSUNG_HEALTH_TIMEZONE

summary, structured, or raw. Defaults to summary.Optional

Environment variable: SAMSUNG_HEALTH_PRIVACY_MODE

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.Optional

Environment variable: SAMSUNG_HEALTH_WATCH_PATH

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-davidmosiah-samsung-health-mcp": {
      "env": {
        "SAMSUNG_HEALTH_TIMEZONE": "your-samsung-health-timezone-here",
        "SAMSUNG_HEALTH_WATCH_PATH": "your-samsung-health-watch-path-here",
        "SAMSUNG_HEALTH_EXPORT_PATH": "your-samsung-health-export-path-here",
        "SAMSUNG_HEALTH_PRIVACY_MODE": "your-samsung-health-privacy-mode-here"
      },
      "args": [
        "-y",
        "samsung-health-mcp-unofficial"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!