Unofficial local-first MCP server for Samsung Health personal-data CSV/ZIP exports.
claude mcp add samsung-health-mcp -- npx -y samsung-health-mcp-unofficial
claude_desktop_config.json
{
"mcpServers": {
"samsung-health-mcp": {
"command": "npx",
"args": [
"-y",
"samsung-health-mcp-unofficial"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"samsung-health-mcp": {
"command": "npx",
"args": [
"-y",
"samsung-health-mcp-unofficial"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"samsung-health-mcp": {
"command": "npx",
"args": [
"-y",
"samsung-health-mcp-unofficial"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"samsung-health-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"samsung-health-mcp-unofficial"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"samsung-health-mcp": {
"command": "npx",
"args": [
"-y",
"samsung-health-mcp-unofficial"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.davidmosiah--samsung-health-mcp/reviews or the review_server meta-tool.
POST /mcp