mcpbeat Sign in

Fitbit MCP Server

local only

Fitbit MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 155 installs a week from pypi. Last commit 31 Aug 2026.

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

Installs per day peak 785 · avg 90 · -42% w/w
a month agotoday
155
Installs / week
pypi · fitbit-mcp
2
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
GPL-3.0
License
Python

Nothing serious here today

Today is the operative word: we check Fitbit MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add fitbit-mcp -- uvx fitbit-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fitbit-mcp": {
      "args": [
        "fitbit-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fitbit-mcp]
command = "uvx"
args = ["fitbit-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "fitbit-mcp": {
      "args": [
        "fitbit-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fitbit-mcp": {
      "args": [
        "fitbit-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Fitbit MCP

same job, measured the same way
Google Health Fitbit MCP
by berkkilicoglu

Privacy-first Google Health API MCP server for health, sleep, activity and HR agents

122 installs/wk local only
MCP Gsheets
by freema

MCP server for Google Sheets API — read, write, format, batch operations.

2 207 installs/wk local only
Google Health MCP
by partymola

MCP server for the Google Health API, with a local SQLite cache and trend analysis.

1 343 installs/wk local only
MCP Serp
by acedatacloud

MCP server for Google search results via SERP API

756 installs/wk answering
Google Health MCP
by davidmosiah

Privacy-first unofficial Google Health API v4 MCP server for health, sleep, activity, HR agents

396 installs/wk local only
Serper
by pipeworx-io

Serper MCP — wraps the Serper Google Search API (serper.dev)

39 tools answering
Google Docs MCP Server
by gigabrain-observer

Google Docs MCP server with full tab support, markdown extraction, and batch updates.

68 installs/wk local only
Google Drive MCP
by a1-x-tech

MCP server for the Google Drive API: search, upload, download, organize and share files.

48 installs/wk local only

Fitbit MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Fitbit MCP?
Fitbit MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package fitbit-mcp was installed 155 times last week.
How do I connect Fitbit MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls fitbit-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Fitbit MCP?
The pypi package fitbit-mcp was installed 155 times in the last week. Week over week that is -42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Fitbit MCP open source?
Yes — it is published under the GPL-3.0 licence, written in Python and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.