fitbit-mcp
Rank #5,366io.github.partymola/fitbit-mcp
Retired, superseded by google-health-mcp. Fitbit Web API shuts down 30 Sept 2026.
fitbit-mcp is a Model Context Protocol (MCP) server published by partymola. It ranks #5,366 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. fitbit-mcp is listed across 3 registries — Official MCP, Glama and PulseMCP, with 5 tracked versions. It was first listed on Apr 26, 2026 and most recently updated on Aug 20, 2026.
Ranks ahead of 110,094 of 115,460 servers on MCP Toplist.
Use fitbit-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add fitbit-mcp -- uvx fitbit-mcp[mcp_servers.fitbit-mcp]
command = "uvx"
args = ["fitbit-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"fitbit-mcp": {
"command": "uvx",
"args": [
"fitbit-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"fitbit-mcp": {
"command": "uvx",
"args": [
"fitbit-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"fitbit-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"fitbit-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"fitbit-mcp": {
"command": "uvx",
"args": [
"fitbit-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"fitbit-mcp": {
"command": "uvx",
"args": [
"fitbit-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.partymola%2Ffitbit-mcp)<a href="https://mcptoplist.com/server/io.github.partymola%2Ffitbit-mcp"><img src="https://mcptoplist.com/badge/io.github.partymola%2Ffitbit-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
partymola
Other servers by partymola
- withings-mcp#808 · 4 vers
- monzo-mcp#4,277 · 6 vers
- ticktick-mcp#6,866 · 6 vers
- bosch-flow-mcp#7,645 · 4 vers
- google-health-mcp#12,827 · 3 vers
Available versions (5)
| Version | Published |
|---|---|
| 0.6.0 | Aug 20, 2026 |
| 0.5.2 | Aug 8, 2026 |
| 0.5.0 | Aug 8, 2026 |
| 0.4.0 | Aug 2, 2026 |
| 0.3.1 | Jul 11, 2026 |
Frequently asked questions
- Who maintains fitbit-mcp?
- fitbit-mcp is maintained by partymola, which publishes 6 MCP servers (28 total versions) tracked on MCP Toplist.
- Is fitbit-mcp listed on the Official MCP Registry?
- Yes — fitbit-mcp is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does fitbit-mcp have?
- MCP Toplist tracks 5 versions of fitbit-mcp, most recently published on Aug 20, 2026.
- Where can I find the source code for fitbit-mcp?
- The source code for fitbit-mcp is hosted at github.com/partymola/fitbit-mcp.