google-health-mcp
Rank #12,827io.github.partymola/google-health-mcp
MCP server for the Google Health API, with a local SQLite cache and trend analysis.
google-health-mcp is a Model Context Protocol (MCP) server published by partymola. It ranks #12,827 of 115,460 servers tracked on MCP Toplist. google-health-mcp is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Aug 20, 2026 and most recently updated on Aug 21, 2026.
Ranks ahead of 102,633 of 115,460 servers on MCP Toplist.
Use google-health-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add google-health-mcp -- uvx google-health-mcp[mcp_servers.google-health-mcp]
command = "uvx"
args = ["google-health-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"google-health-mcp": {
"command": "uvx",
"args": [
"google-health-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"google-health-mcp": {
"command": "uvx",
"args": [
"google-health-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"google-health-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"google-health-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"google-health-mcp": {
"command": "uvx",
"args": [
"google-health-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"google-health-mcp": {
"command": "uvx",
"args": [
"google-health-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.partymola%2Fgoogle-health-mcp)<a href="https://mcptoplist.com/server/io.github.partymola%2Fgoogle-health-mcp"><img src="https://mcptoplist.com/badge/io.github.partymola%2Fgoogle-health-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
partymola
Other servers by partymola
- withings-mcp#808 · 4 vers
- monzo-mcp#4,277 · 6 vers
- fitbit-mcp#5,366 · 5 vers
- ticktick-mcp#6,866 · 6 vers
- bosch-flow-mcp#7,645 · 4 vers
Available versions (3)
| Version | Published |
|---|---|
| 1.1.1 | Aug 21, 2026 |
| 1.1.0 | Aug 20, 2026 |
| 1.0.0 | Aug 20, 2026 |
Frequently asked questions
- Who maintains google-health-mcp?
- google-health-mcp is maintained by partymola, which publishes 6 MCP servers (28 total versions) tracked on MCP Toplist.
- Is google-health-mcp listed on the Official MCP Registry?
- Yes — google-health-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does google-health-mcp have?
- MCP Toplist tracks 3 versions of google-health-mcp, most recently published on Aug 21, 2026.
- Where can I find the source code for google-health-mcp?
- The source code for google-health-mcp is hosted at github.com/partymola/google-health-mcp.