mcpbeat Sign in

Google Health MCP Server

local only

Google Health MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 424 installs a week from pypi. Last commit 1 Sep 2026.

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

Installs per day peak 657 · avg 146
a month agotoday
424
Installs / week
pypi · google-health-mcp
0
Stars
0 open issues
1 Sep 2026
Last commit
0 releases in 90 days
GPL-3.0
License
Python

Nothing serious here today

Today is the operative word: we check Google Health MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add google-health-mcp -- uvx google-health-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "google-health-mcp": {
      "args": [
        "google-health-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.google-health-mcp]
command = "uvx"
args = ["google-health-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "google-health-mcp": {
      "args": [
        "google-health-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "google-health-mcp": {
      "args": [
        "google-health-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Google Health MCP

same job, measured the same way
Paid Ads
by connected-paths

Hosted MCP server for Google Ads and LinkedIn Ads analysis.

answering
Google MCP
by matiasbattocchia

Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login.

answering
Google Sheets MCP
by a1-x-tech

MCP server for the Google Sheets API: read and write ranges, sheets, formatting, charts, sharing.

local only
Google Forms MCP
by a1-x-tech

MCP server for the Google Forms API: create forms, manage questions, read responses and watches.

167 installs/wk local only
Google Health Fitbit MCP
by berkkilicoglu

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

103 installs/wk local only
Google Tasks MCP
by a1-x-tech

MCP server for the Google Tasks API: task lists, subtasks, due dates, complete and move tasks.

local only
Google Search Console MCP
by a1-x-tech

MCP server for the Google Search Console API: search analytics, sitemaps, URL inspection, sites.

146 installs/wk local only
Youtube Video Analyzer
by ludmila-omlopes

MCP stdio server for analyzing YouTube videos with Google Gemini

49 installs/wk local only

Google Health MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Google Health MCP?
Google Health MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package google-health-mcp was installed 424 times last week.
How do I connect Google Health MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls google-health-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Google Health MCP?
The pypi package google-health-mcp was installed 424 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Google Health MCP open source?
Yes — it is published under the GPL-3.0 licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.