Withings Connector for AI agents.
10 live capabilities
Track your biometric health data and sleep cycles with your AI agent.
Waiting for input…
Why people use Withings
Withings for Biometric Health Data Tracking
With this Connector, that friction disappears. You just ask your agent for a summary of your health. It pulls the data from your Withings devices instantly and gives you a clear answer. You get a single source of truth for your wellness.
What Vinkius changes
You get a direct data pipeline from your Withings hardware to your AI agent.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Optimizing Recovery
A runner asks their agent to compare sleep scores from get_sleep_summary with their workout intensity from get_workouts to see if they need a rest day.
- Real-world use case 02
Weight Loss Tracking
A user wants to see their body fat percentage trend over three months.
- Real-world use case 03
Daily Activity Check
A busy professional asks, "Did I hit my step goal today?
Complete set · 10capabilities
The complete Withings capability set.
These are the exact actions your AI can choose when you ask it to work with Withings.
01—04
4 capabilities in this set.
Part of 10 available through Withings.
- 01 Capability
Get activity
Pull daily summaries for steps and calories. It's great for checking your daily movement.
- 02 Capability
Get heart rate
Get specific heart rate measurements. Use this to monitor your pulse during or after exercise.
- 03 Capability
Get intraday activity
Access high-frequency data for movement throughout the day. It shows exactly when you're most active.
- 04 Capability
Get workouts
Get details on running, swimming, and cycling sessions. It provides duration, calories, and distance.
05—07
3 capabilities in this set.
Part of 10 available through Withings.
- 05 Capability
Subscribe notifications
Set up webhooks for instant alerts on new weigh-ins or BP readings. It keeps you updated in real-time.
- 06 Capability
Get measurements
Fetch weight, height, blood pressure, and body temperature. It's the primary way to get your core physical stats.
- 07 Capability
Get sleep details
See your deep, light, and REM sleep stages. This helps you understand your actual rest quality.
08—10
3 capabilities in this set.
Part of 10 available through Withings.
- 08 Capability
Get sleep summary
Grab a daily overview of your sleep. It's perfect for a quick morning check of your sleep score.
- 09 Capability
Get user devices
List all your connected Withings hardware. Use this to check which devices are currently active.
- 10 Capability
Get user goals
See your specific health and fitness targets. This keeps your AI agent aware of what you're trying to achieve.
Set up in minutes
One URL. Then ask Withings to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Withings 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_KGZ4al0Lem9IvDnMHcSGL9BRlIDRgrkReq8aSi3A/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 Withings, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Withings for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_KGZ4al0Lem9IvDnMHcSGL9BRlIDRgrkReq8aSi3A/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 Withings URL.
- Step 03
Save and start
Save the connection and enable Withings in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"withings": {
"url": "https://edge.vinkius.com/vk_preview_KGZ4al0Lem9IvDnMHcSGL9BRlIDRgrkReq8aSi3A/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 Withings
Open Agent mode in chat and ask: "Using Withings, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"withings": {
"url": "https://edge.vinkius.com/vk_preview_KGZ4al0Lem9IvDnMHcSGL9BRlIDRgrkReq8aSi3A/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 Withings
Ask Copilot: "Using Withings, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"withings": {
"url": "https://edge.vinkius.com/vk_preview_KGZ4al0Lem9IvDnMHcSGL9BRlIDRgrkReq8aSi3A/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 Withings
Open Cascade and ask: "Using Withings, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"withings": {
"url": "https://edge.vinkius.com/vk_preview_KGZ4al0Lem9IvDnMHcSGL9BRlIDRgrkReq8aSi3A/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 Withings
Ask Cline: "Using Withings, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add withings --transport http "https://edge.vinkius.com/vk_preview_KGZ4al0Lem9IvDnMHcSGL9BRlIDRgrkReq8aSi3A/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 Withings
Ask Claude: "Using Withings, show me...". 10 tools are ready
Where the request belongs
Work Withings can move forward.
This is for people who are obsessed with their health data but hate the friction of manual logging or switching between five different apps to see their progress.
Quantified Self Enthusiast
Checks sleep scores vs. workout intensity to see if they need a rest day.
Personal Trainer
Reviews client activity goals and weight trends to adjust training plans.
Health Tech Developer
Prototypes new wellness apps using real biometric data from connected hardware.
Medical Researcher
Analyzes physiological trends and adherence across a group of study participants.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsWHOOP
Track your WHOOP health metrics. workouts, sleep, recovery, strain, HRV and body measurements from any AI agent.
Fitbit
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.
Oura
Access your Oura Ring health data. sleep, activity, readiness, HRV, heart rate and workout metrics from any AI agent.
Kippy
Track GPS locations of pets and loved ones in real time with wearable devices that send alerts when they leave safe zones.
Strava
Manage activities, athlete stats, and routes on Strava with AI agents.
Bring your own AI
Change the model, client or framework. Keep Withings 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 Withings.
The practical details behind the request, access and result.
Can the Withings MCP track my blood pressure?
Yes, it pulls systolic and diastolic readings directly from your connected Withings blood pressure monitors.
Does the Withings MCP work with my smart scale?
It connects to your Withings scales to pull weight and body fat data into your AI agent automatically.
How do I get my sleep scores into my AI agent?
By connecting this Connector, your agent can see your sleep stages and daily summaries directly from your Withings watch.
Can I use the Withings MCP to see my heart rate?
Yes, it can pull specific heart rate measurements from your connected Withings hardware for easy viewing.
Does the Withings MCP support workout tracking?
It pulls data for running, swimming, and cycling, including duration, calories, and distance.
Is the Withings MCP good for tracking weight loss?
It's perfect for that because it can pull your body fat and weight trends over time to show your progress.
How do I filter for specific measurements like Body Fat or Blood Pressure?
Use the meastype parameter with the get_measurements capability. Common types: 1 (Weight), 4 (Height), 8 (Fat Mass), 9 (Diastolic BP), 10 (Systolic BP), 11 (Heart Pulse), 71 (Body Temperature).
What is the difference between sleep summary and sleep details?
get_sleep_summary returns one overall score and total duration per night. get_sleep_details returns high-frequency intraday data, detailing exactly what time you entered REM, deep sleep, or woke up throughout the night.
Can I receive real-time notifications when I step on the scale?
Yes, use the subscribe_notifications capability with an appli ID of 1 (Weight). Withings will then send a POST webhook to the callback URL you specify the moment a new weight measurement is synced.
One connection away
Give your agent a direct line to Withings.
Connect Withings once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available