Odel
samsung health mcp

samsung health mcp

Local
@davidmosiah12TypeScriptMITUpdated 3 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsamsung-health-mcp-unofficialv0.5.0

Run

npx -y samsung-health-mcp-unofficial

MCP client config

{
  "mcpServers": {
    "samsung-health-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "samsung-health-mcp-unofficial"
      ]
    }
  }
}