Fitbit MCP ServerServer

TheDigitalNinja
GitHub
Health & WellnessAPI IntegrationFitness Tracking

Loading subscription status...

💡 Description

A Model Context Protocol server that connects LLMs (like Claude) with the Fitbit API, allowing users to request and retrieve health and fitness data from their Fitbit account through defined tools.

📝 JSON Entries

{
  "mcpServers": [
    {
      "fitbit": {
        "args": [
          "C:\\PATH\\TO\\PARENT\\FOLDER\\mcp-fitbit\\build\\index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

get_weightget_sleep_by_date_rangeget_profile

Features

  • Integration with Fitbit API using OAuth 2.0
  • Exposes Fitbit data through Model Context Protocol compliant tools
  • Easily extensible for supporting more Fitbit API endpoints

💬 Example Queries

  • Get my weight data for the last week.
  • What was my sleep log for the last month?
  • Retrieve my Fitbit profile information.