Skip to content
Grok

fitbitmcp for Grok

io.github.davidmosiah/fitbitmcp

Privacy-first, unofficial Fitbit MCP server for AI health, sleep, activity and heart-rate agents.

client:Grok transport:stdio runtime:npm

Install fitbitmcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "fitbitmcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "fitbit-mcp-unofficial"
      ],
      "env": {
        "FITBIT_CLIENT_ID": "<FITBIT_CLIENT_ID>",
        "FITBIT_CLIENT_SECRET": "<FITBIT_CLIENT_SECRET>",
        "FITBIT_REDIRECT_URI": "<FITBIT_REDIRECT_URI>",
        "FITBIT_TOKEN_PATH": "<FITBIT_TOKEN_PATH>",
        "FITBIT_PRIVACY_MODE": "<FITBIT_PRIVACY_MODE>",
        "FITBIT_CACHE": "<FITBIT_CACHE>",
        "FITBIT_CACHE_PATH": "<FITBIT_CACHE_PATH>",
        "FITBIT_NO_CACHE": "<FITBIT_NO_CACHE>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

fitbitmcp in other clients