Fitbit Connector for AI agents.
14 live capabilities
Query your wearable health metrics and sleep trends in natural conversation.
Waiting for input…
Why people use Fitbit
Fitbit Wearable Data for Smarter Health Tracking
This Connector changes that by putting your data into a chat. You can ask your agent to summarize your week or compare your heart rate from today to last Tuesday. You get a clear answer in seconds without ever opening the Fitbit app.
What Vinkius changes
You get a conversational interface for your entire wearable health history.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The Sleep Audit
A user asks 'Why was I so tired today?
- Real-world use case 02
The Workout Review
A runner asks 'How was my heart rate during my run?
- Real-world use case 03
The Nutrition Check
A dieter asks 'How much water did I drink yesterday?
Complete set · 14capabilities
The complete Fitbit capability set.
These are the exact actions your AI can choose when you ask it to work with Fitbit.
01—04
4 capabilities in this set.
Part of 14 available through Fitbit.
- 01 Capability
Get activities date
Get a quick summary of steps, distance, and active minutes for a day. Use this for a fast daily recap of your movement.
- 02 Capability
Get activities timeseries
Retrieve granular data like floors climbed or elevation over long periods. This is perfect for spotting long term trends.
- 03 Capability
Get body weight
Fetch your weight, BMI, and fat percentage logs for a specific date. It helps you keep track of your physical progress.
- 04 Capability
Get breathing rate
Check your breathing rate in breaths per minute for SpO2-enabled devices. This provides a deeper look at your respiratory health.
05—08
4 capabilities in this set.
Part of 14 available through Fitbit.
- 05 Capability
Get cardio fitness score
Get your VO2 Max values and percentile rankings for a specific date. This helps you track your aerobic endurance over time.
- 06 Capability
Get devices
See all connected Fitbit devices including battery levels and sync status. Use this to manage your wearable hardware.
- 07 Capability
Get spo2
Retrieve your average blood oxygen saturation levels for a specific day. This is a key metric for many wearable users.
- 08 Capability
Get foods date
Pull a summary of calories, macros, and water intake for any day. It works great for reviewing your daily nutrition.
09—11
3 capabilities in this set.
Part of 14 available through Fitbit.
- 09 Capability
Get sleep timeseries
View your sleep duration and sleep stage trends over several weeks. This helps you identify patterns in your rest quality.
- 10 Capability
Get water
See your total water consumption in milliliters for any specific date. It makes checking your hydration goals much easier.
- 11 Capability
Get heart date
Review resting heart rate and heart rate zones for a specific day. This gives you a clear picture of your daily cardiac activity.
12—14
3 capabilities in this set.
Part of 14 available through Fitbit.
- 12 Capability
Get heart timeseries
Pull daily heart rate and zone data over a custom date range. Use this to see how your heart reacts to consistent training.
- 13 Capability
Get profile
Fetch your display name, age, height, and other basic profile details. This helps the agent understand your basic stats.
- 14 Capability
Get sleep date
Get a detailed breakdown of sleep stages and efficiency for a specific night. It shows exactly how much time you spent in REM.
Set up in minutes
One URL. Then ask Fitbit to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Fitbit from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_dNWrgpBODs4GYmzoSN0iGYrdbpmornjlBNGi10BA/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Fitbit, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Fitbit for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_dNWrgpBODs4GYmzoSN0iGYrdbpmornjlBNGi10BA/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Fitbit URL.
- Step 03
Save and start
Save the connection and enable Fitbit in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"fitbit": {
"url": "https://edge.vinkius.com/vk_preview_dNWrgpBODs4GYmzoSN0iGYrdbpmornjlBNGi10BA/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Fitbit
Open Agent mode in chat and ask: "Using Fitbit, help me...". 14 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"fitbit": {
"url": "https://edge.vinkius.com/vk_preview_dNWrgpBODs4GYmzoSN0iGYrdbpmornjlBNGi10BA/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Fitbit
Ask Copilot: "Using Fitbit, help me...". 14 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"fitbit": {
"url": "https://edge.vinkius.com/vk_preview_dNWrgpBODs4GYmzoSN0iGYrdbpmornjlBNGi10BA/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Fitbit
Open Cascade and ask: "Using Fitbit, help me...". 14 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"fitbit": {
"url": "https://edge.vinkius.com/vk_preview_dNWrgpBODs4GYmzoSN0iGYrdbpmornjlBNGi10BA/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Fitbit
Ask Cline: "Using Fitbit, help me...". 14 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add fitbit --transport http "https://edge.vinkius.com/vk_preview_dNWrgpBODs4GYmzoSN0iGYrdbpmornjlBNGi10BA/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Fitbit
Ask Claude: "Using Fitbit, show me...". 14 tools are ready
Where the request belongs
Work Fitbit can move forward.
For the fitness enthusiast who feels overwhelmed by app notifications or the healthcare worker trying to make sense of wearable metrics.
Fitness Coach
Analyzing client heart rate zones and sleep quality to adjust workout plans on a Tuesday afternoon.
Health Researcher
Pulling large batches of SpO2 and breathing rate data for study.
Biohacker
Tracking daily water intake and VO2 Max trends to optimize recovery.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFitbit
Analyze your health and fitness data. track Active Zone Minutes, activity logs, blood glucose, and body goals directly from your AI agent.
Polar
Access your Polar Flow data. training sessions, daily activity, sleep metrics, and physical info directly from your AI agent.
API Ninjas
Access fitness, health and nutrition capabilities. search exercises, calculate calories, body fat, BMR, TDEE and get nutrition info.
Oura
Access your Oura Ring health data. sleep, activity, readiness, HRV, heart rate and workout metrics from any AI agent.
WHOOP
Track your WHOOP health metrics. workouts, sleep, recovery, strain, HRV and body measurements from any AI agent.
Withings
Access comprehensive health and fitness data. track weight, blood pressure, sleep cycles, steps, workouts, and heart rate directly from Withings devices.
Bring your own AI
Change the model, client or framework. Keep Fitbit connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Fitbit.
The practical details behind the request, access and result.
Can I see my sleep stages with the Fitbit MCP?
Yes, you can see a full breakdown of your deep, light, and REM sleep stages for any specific night.
Does the Fitbit MCP work with my old devices?
Yes, the Connector can list all connected Fitbit devices to show you their status and sync history.
Can I track my water intake using the Fitbit MCP?
Yes, you can ask your agent to pull your water logs for any specific day to see your total consumption.
How do I get my VO2 Max with the Fitbit MCP?
You can ask your agent to retrieve your cardio fitness score and VO2 Max values for specific dates.
Can I see my nutrition logs in the Fitbit MCP?
Yes, you can query your food logs to see calories, macros, and water intake for any day.
Can I query sleep data for a specific date range?
Yes! Use the sleep time series capability to query sleep trends across any date range. You can also inspect a single night in detail with the sleep date capability, including all sleep stages.
What health metrics can I access?
You can access 14 different health metrics: activities, sleep (date & time series), heart rate (date & time series), SpO2, breathing rate, cardio fitness score, body weight, water intake, food logs, device info, and user profile.
One connection away
Give your agent a direct line to Fitbit.
Connect Fitbit once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available