Odel
google health mcp

google health mcp

Local
@partymolaPythonGPL-3.0Updated Yesterday

MCP server for the Google Health API, with a local SQLite cache and trend analysis.

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

PyPIgoogle-health-mcpv1.4.0

Run

uvx google-health-mcp

MCP client config

{
  "mcpServers": {
    "google-health-mcp": {
      "command": "uvx",
      "args": [
        "google-health-mcp"
      ]
    }
  }
}