Skip to content
Windsurf

fitbitmcp for Windsurf

io.github.davidmosiah/fitbitmcp

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

client:Windsurf transport:stdio runtime:npm

Install fitbitmcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "fitbitmcp": {
      "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

fitbitmcp in other clients