Unofficial local-first MCP server for Samsung Health personal-data CSV/ZIP exports.
Unofficial local-first MCP server for Samsung Health personal-data CSV/ZIP exports.
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.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: SAMSUNG_HEALTH_EXPORT_PATH
Environment variable: SAMSUNG_HEALTH_TIMEZONE
Environment variable: SAMSUNG_HEALTH_PRIVACY_MODE
Environment variable: SAMSUNG_HEALTH_WATCH_PATH
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"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.