← Index

io.github.davidmosiah/google-health-mcp

io.github.davidmosiah/google-health-mcp·v0.4.7·Other
Quality Score
85
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "google-health-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "google-health-mcp-unofficial"
      ],
      "env": {
        "GOOGLE_HEALTH_CLIENT_ID": "<google_health_client_id>",
        "GOOGLE_HEALTH_CLIENT_SECRET": "<your-google_health_client_secret>",
        "GOOGLE_HEALTH_REDIRECT_URI": "<google_health_redirect_uri>",
        "GOOGLE_HEALTH_TOKEN_PATH": "<google_health_token_path>",
        "GOOGLE_HEALTH_PRIVACY_MODE": "<google_health_privacy_mode>",
        "GOOGLE_HEALTH_CACHE": "<google_health_cache>",
        "GOOGLE_HEALTH_CACHE_PATH": "<google_health_cache_path>",
        "GOOGLE_HEALTH_NO_CACHE": "<google_health_no_cache>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "google-health-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "google-health-mcp-unofficial"
      ],
      "env": {
        "GOOGLE_HEALTH_CLIENT_ID": "<google_health_client_id>",
        "GOOGLE_HEALTH_CLIENT_SECRET": "<your-google_health_client_secret>",
        "GOOGLE_HEALTH_REDIRECT_URI": "<google_health_redirect_uri>",
        "GOOGLE_HEALTH_TOKEN_PATH": "<google_health_token_path>",
        "GOOGLE_HEALTH_PRIVACY_MODE": "<google_health_privacy_mode>",
        "GOOGLE_HEALTH_CACHE": "<google_health_cache>",
        "GOOGLE_HEALTH_CACHE_PATH": "<google_health_cache_path>",
        "GOOGLE_HEALTH_NO_CACHE": "<google_health_no_cache>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y google-health-mcp-unofficial
§02  Environment variables
GOOGLE_HEALTH_CLIENT_ID

Google Cloud OAuth client ID for Google Health API. Optional when configured with google-health-mcp-server setup.

GOOGLE_HEALTH_CLIENT_SECRET
secret

Google Cloud OAuth client secret. Prefer google-health-mcp-server setup so this secret is stored in ~/.google-health-mcp/config.json instead of MCP client config.

GOOGLE_HEALTH_REDIRECT_URI

Redirect URI configured in the Google Cloud OAuth client. Optional when configured with google-health-mcp-server setup.

GOOGLE_HEALTH_TOKEN_PATH

Optional local path for OAuth tokens. Defaults to ~/.google-health-mcp/tokens.json.

GOOGLE_HEALTH_PRIVACY_MODE

Optional payload mode: summary, structured, or raw. Defaults to structured. raw means full Google Health API payloads, not continuous 24/7 raw sensor telemetry.

GOOGLE_HEALTH_CACHE

Optional SQLite cache toggle. Set to true or sqlite to enable.

GOOGLE_HEALTH_CACHE_PATH

Optional local SQLite cache path. Defaults to ~/.google-health-mcp/cache.sqlite.

GOOGLE_HEALTH_NO_CACHE

Set to true to bypass the in-memory HTTP response cache (60s TTL for GET only). POST/PUT/DELETE and 4xx/5xx responses are never cached regardless.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other