Odel
fitbit mcp

fitbit mcp

Local
@partymola2PythonGPL-3.0Updated 2w ago

Retired, superseded by google-health-mcp. Fitbit Web API shuts down 30 Sept 2026.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIfitbit-mcpv0.6.0

Run

uvx fitbit-mcp

MCP client config

{
  "mcpServers": {
    "fitbit-mcp": {
      "command": "uvx",
      "args": [
        "fitbit-mcp"
      ]
    }
  }
}