Fitbitmcp

Give your AI agent your Fitbit activity, sleep, heart and HRV data locally. Its 4 documented tools cover fitbit, summary.

People who work with fitbit and summary and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-29 · ★ 4 · #38 OF 71 MAINTAINED SCIENCE & HEALTH · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Fitbitmcp

before you install - you'll need

Set FITBIT_CLIENT_ID, FITBIT_CLIENT_SECRET, FITBIT_REDIRECT_URI, FITBIT_SCOPES before connecting. FITBIT_PRIVACY_MODE, FITBIT_CACHE are optional or environment-specific per the README.

Claude Code

claude mcp add davidmosiah-fitbit-mcp -- npx -y fitbit-mcp-unofficial

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "davidmosiah-fitbit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "fitbit-mcp-unofficial"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package fitbit-mcp-unofficial - unscoped; check the name against the project README before installing

registry namespace io.github.davidmosiah is GitHub-verified and matches the repo owner

03 · What Fitbitmcp can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 4 documented tools spanning fitbit, summary, including fitbit_connection_status, fitbit_data_inventory, fitbit_daily_summary, fitbit_weekly_summary.

The 4 tools it gives your agent

Extracted from the project's README - what fitbitmcp lets an agent do.

fitbit_connection_status
- verify local setup before calling Fitbit
fitbit_data_inventory
- inventory supported data domains, scopes, privacy modes and recommended first calls without calling Fitbit APIs.
fitbit_daily_summary
- readiness, activity, sleep and heart context for today
fitbit_weekly_summary
- scorecard, comparison vs prior week, next-week plan

Latest releases

v0.6.3 · 2026-08-29

Skill layer next to MCP. Same binary: MCP tools or call <tool> --json. Mutation gates identical.

v0.6.0 · 2026-08-05

fitbit_heart_series (agent-safe-series/v1) · Same contract as Garmin MCP, Strava MCP, and Kindred Mi Fitness - garmin-mcp#19. · Civil-day heart series with hard point caps · Duration-anchored coverage for full day or…

v0.4.11 · 2026-07-30

exchange_code intent wording, scorecard 100 + CI scorecard gate. npm:

04 · Who maintains Fitbitmcp

fitbitmcp is maintained by davidmosiah. We track 30 MCP servers from davidmosiah - 30 actively maintained, 144 combined GitHub stars, oldest repo from Apr 2026. Full record: all servers from davidmosiah.

  1. google-health-mcp Privacy-first unofficial Google Health API v4 MCP server for health, sleep, activity, HR agents ★ 57
  2. garminmcp Privacy-first unofficial Garmin Connect MCP for AI health, sleep, activity & recovery agents. ★ 12
  3. whoop-mcp Privacy-first, unofficial WHOOP MCP server for AI health, sleep, recovery, and performance agents. ★ 13
  4. wellness-nourish Local-first nutrition MCP for AI agents: food, barcode, photo, intake, hydration, goals. ★ 9
  5. ouramcp Privacy-first, unofficial Oura MCP server for AI health, sleep, activity and heart-rate agents. ★ 4
  6. samsung-health-mcp Unofficial local-first MCP server for Samsung Health personal-data CSV/ZIP exports. ★ 14

05 · Facts

category
science & health - ranked #38 of 71 actively-maintained science & health servers as of 2026-09-18.
release cadence
4 releases in the last 90 days (latest 2026-08-29)
registry
io.github.davidmosiah/fitbitmcp (active, first published 2026-05-04 · 2 versions)
packages
npm:fitbit-mcp-unofficial

06 · Fitbitmcp FAQ

Is Fitbitmcp still maintained?

Yes - as of 2026-09-18, its last commit was 2026-08-29 and it shipped 4 releases in the last 90 days. We re-verify nightly.

What can Fitbitmcp do?

An agent gets 4 documented tools spanning fitbit, summary, including fitbit_connection_status, fitbit_data_inventory, fitbit_daily_summary, fitbit_weekly_summary.

How do I install Fitbitmcp?

Run `npx -y fitbit-mcp-unofficial`. The README documents 6 environment variables (FITBIT_CLIENT_ID, FITBIT_CLIENT_SECRET, FITBIT_REDIRECT_URI…) to set first. Set FITBIT_CLIENT_ID, FITBIT_CLIENT_SECRET, FITBIT_REDIRECT_URI, FITBIT_SCOPES before connecting. FITBIT_PRIVACY_MODE, FITBIT_CACHE are optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Fitbitmcp run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Fitbitmcp

More science & health MCP servers · Garminmcp · Google Health MCP · Ouramcp · Polarmcp · Samsung Health MCP

More TypeScript MCP servers · Google Ads MCP · see all