Fitbit MCP is an unofficial Model Context Protocol implementation that enables AI assistants to access and analyze Fitbit health and fitness data through Fitbit's public API.
Get your Fitbit profile information.
Get activity data for a specified date.
Get sleep data for a specified date.
Get heart rate data for a specified date and period.
Get step count for a specified date and period.
Get weight and body fat data.
Get food log data for a specified date.
Get water consumption data for a specified date.
Get lifetime activity statistics.
Get user settings and preferences.
Get floors climbed data.
Get distance data.
Get calories burned data.
Get active zone minutes data.
Get information about connected Fitbit devices.
Get earned badges and achievements.
{
"command": "npx",
"args": ["-y", "fitbit-mcp", "--stdio"],
"env": {
"FITBIT_ACCESS_TOKEN": "YOUR_FITBIT_ACCESS_TOKEN"
}
}