Home › Other › google-health-fitbit-mcp
google-health-fitbit-mcp
Privacy-first Google Health API MCP server for health, sleep, activity and HR agents
TypeScript
★ 16 stars
Last pushed 2026-08-04
License: MIT
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 1.0.2)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"google-health-fitbit-mcp": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"GOOGLE_HEALTH_CLIENT_ID": "<YOUR_VALUE>",
"GOOGLE_HEALTH_CLIENT_SECRET": "<YOUR_VALUE>",
"GOOGLE_HEALTH_REDIRECT_URI": "<YOUR_VALUE>",
"GOOGLE_HEALTH_TOKEN_PATH": "<YOUR_VALUE>",
"GOOGLE_HEALTH_PRIVACY_MODE": "<YOUR_VALUE>",
"GOOGLE_HEALTH_CACHE": "<YOUR_VALUE>",
"GOOGLE_HEALTH_CACHE_PATH": "<YOUR_VALUE>",
"GOOGLE_HEALTH_NO_CACHE": "<YOUR_VALUE>"
}
}
}
}
GOOGLE_HEALTH_CLIENT_ID— Google Cloud OAuth client ID for Google Health API. Optional when configured with google-health-fitbit-mcp-server setup.GOOGLE_HEALTH_CLIENT_SECRETsecret — Google Cloud OAuth client secret. Prefer google-health-fitbit-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-fitbit-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.
Related servers
B
browser-use
Other
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
★ 116,188
MCP Server
S
servers
Other
MCP server that exercises all the features of the MCP protocol
★ 90,577
MCP Server
W
World Monitor
Other
Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools.
★ 87,324
MCP Server
Requires auth
P
paperclip
Other
Trending hip-hop artist momentum scores across four cultural dimensions.
★ 82,095
MCP Server
Reachable
R
ruflo
Other
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
★ 73,202
MCP Server
C
Chrome DevTools MCP
Other
MCP server for Chrome DevTools
★ 52,570
MCP Server
Data from the Official MCP Registry