LogoSTMCP
Download
fitbit-mcp

Fitbit MCP (Model Context Protocol)

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.

Tools

1. getUserProfile

Get your Fitbit profile information.

2. getActivities

Get activity data for a specified date.

3. getSleepLogs

Get sleep data for a specified date.

4. getHeartRate

Get heart rate data for a specified date and period.

5. getSteps

Get step count for a specified date and period.

6. getBodyMeasurements

Get weight and body fat data.

7. getFoodLogs

Get food log data for a specified date.

8. getWaterLogs

Get water consumption data for a specified date.

9. getLifetimeStats

Get lifetime activity statistics.

10. getUserSettings

Get user settings and preferences.

11. getFloorsClimbed

Get floors climbed data.

12. getDistance

Get distance data.

13. getCalories

Get calories burned data.

14. getActiveZoneMinutes

Get active zone minutes data.

15. getDevices

Get information about connected Fitbit devices.

16. getBadges

Get earned badges and achievements.

Open Graph image for Fitbit MCP (Model Context Protocol)

JSON Config

{
  "command": "npx",
  "args": ["-y", "fitbit-mcp", "--stdio"],
  "env": {
    "FITBIT_ACCESS_TOKEN": "YOUR_FITBIT_ACCESS_TOKEN"
  }
}

Useful Links

Information