Fitbit MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 392 installs a week from pypi. Last commit 3 Aug 2026.
MCP server for the Fitbit Web API with OAuth PKCE, local SQLite cache, and trend analysis.
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.
claude mcp add fitbit-mcp -- uvx fitbit-mcp
{
"mcpServers": {
"fitbit-mcp": {
"args": [
"fitbit-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.fitbit-mcp]
command = "uvx"
args = ["fitbit-mcp"]
{
"mcpServers": {
"fitbit-mcp": {
"args": [
"fitbit-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"fitbit-mcp": {
"args": [
"fitbit-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.