Odel
google health mcp

google health mcp

Local
@davidmosiah53TypeScriptMITUpdated 1w ago

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

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).

npmgoogle-health-mcp-unofficialv0.5.2

Run

npx -y google-health-mcp-unofficial

MCP client config

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