PluginBench
MCP Server
Active
MIT

io.github.davidmosiah/samsung-health-mcp MCP Server

io.github.davidmosiah/samsung-health-mcp

What is the io.github.davidmosiah/samsung-health-mcp MCP server?

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

How to install io.github.davidmosiah/samsung-health-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "samsung-health-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "samsung-health-mcp-unofficial"
      ],
      "env": {
        "SAMSUNG_HEALTH_EXPORT_PATH": "<YOUR_SAMSUNG_HEALTH_EXPORT_PATH>",
        "SAMSUNG_HEALTH_TIMEZONE": "<YOUR_SAMSUNG_HEALTH_TIMEZONE>",
        "SAMSUNG_HEALTH_PRIVACY_MODE": "<YOUR_SAMSUNG_HEALTH_PRIVACY_MODE>",
        "SAMSUNG_HEALTH_WATCH_PATH": "<YOUR_SAMSUNG_HEALTH_WATCH_PATH>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "samsung-health-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "samsung-health-mcp-unofficial"
      ],
      "env": {
        "SAMSUNG_HEALTH_EXPORT_PATH": "<YOUR_SAMSUNG_HEALTH_EXPORT_PATH>",
        "SAMSUNG_HEALTH_TIMEZONE": "<YOUR_SAMSUNG_HEALTH_TIMEZONE>",
        "SAMSUNG_HEALTH_PRIVACY_MODE": "<YOUR_SAMSUNG_HEALTH_PRIVACY_MODE>",
        "SAMSUNG_HEALTH_WATCH_PATH": "<YOUR_SAMSUNG_HEALTH_WATCH_PATH>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "samsung-health-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "samsung-health-mcp-unofficial"
      ],
      "env": {
        "SAMSUNG_HEALTH_EXPORT_PATH": "<YOUR_SAMSUNG_HEALTH_EXPORT_PATH>",
        "SAMSUNG_HEALTH_TIMEZONE": "<YOUR_SAMSUNG_HEALTH_TIMEZONE>",
        "SAMSUNG_HEALTH_PRIVACY_MODE": "<YOUR_SAMSUNG_HEALTH_PRIVACY_MODE>",
        "SAMSUNG_HEALTH_WATCH_PATH": "<YOUR_SAMSUNG_HEALTH_WATCH_PATH>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "samsung-health-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "samsung-health-mcp-unofficial"
      ],
      "env": {
        "SAMSUNG_HEALTH_EXPORT_PATH": "<YOUR_SAMSUNG_HEALTH_EXPORT_PATH>",
        "SAMSUNG_HEALTH_TIMEZONE": "<YOUR_SAMSUNG_HEALTH_TIMEZONE>",
        "SAMSUNG_HEALTH_PRIVACY_MODE": "<YOUR_SAMSUNG_HEALTH_PRIVACY_MODE>",
        "SAMSUNG_HEALTH_WATCH_PATH": "<YOUR_SAMSUNG_HEALTH_WATCH_PATH>"
      }
    }
  }
}
Claude Code
claude mcp add samsung-health-mcp --env SAMSUNG_HEALTH_EXPORT_PATH=<YOUR_SAMSUNG_HEALTH_EXPORT_PATH> --env SAMSUNG_HEALTH_TIMEZONE=<YOUR_SAMSUNG_HEALTH_TIMEZONE> --env SAMSUNG_HEALTH_PRIVACY_MODE=<YOUR_SAMSUNG_HEALTH_PRIVACY_MODE> --env SAMSUNG_HEALTH_WATCH_PATH=<YOUR_SAMSUNG_HEALTH_WATCH_PATH> -- npx -y samsung-health-mcp-unofficial

Related MCP servers

Privacy-first unofficial Google Health API v4 MCP server for health, sleep, activity, HR agents

18
TypeScript
MIT
View repository →

Local-first nutrition MCP for AI agents: food, barcode, photo, intake, hydration, goals.

7
TypeScript
MIT
View repository →

Privacy-first, unofficial WHOOP MCP server for AI health, sleep, recovery, and performance agents.

5
TypeScript
MIT
View repository →

Privacy-first unofficial Garmin Connect MCP for AI health, sleep, activity & recovery agents.

4
TypeScript
MIT
View repository →

Unofficial Eight Sleep MCP server: read sleep trends, temperature, alarms; gated pod control.

3
TypeScript
MIT
View repository →

Unofficial local-first MCP server for Apple Health export data.

1
TypeScript
MIT
View repository →