Withings
Rank #4,189io.github.akutishevsky/withings
MCP server providing withings capabilities
Withings is a Model Context Protocol (MCP) server published by akutishevsky. It ranks #4,189 of 115,460 servers tracked on MCP Toplist, and its repository has 39 GitHub stars. Withings is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 2 tracked versions. It was first listed on Nov 17, 2025 and most recently updated on Feb 17, 2026.
Ranks ahead of 111,271 of 115,460 servers on MCP Toplist.
Use Withings
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http withings https://withings-mcp.com/mcp[mcp_servers.withings]
url = "https://withings-mcp.com/mcp"Add to ~/.codex/config.toml.
https://withings-mcp.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"withings": {
"url": "https://withings-mcp.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"withings": {
"type": "http",
"url": "https://withings-mcp.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"withings": {
"serverUrl": "https://withings-mcp.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"withings": {
"url": "https://withings-mcp.com/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.akutishevsky%2Fwithings)<a href="https://mcptoplist.com/server/io.github.akutishevsky%2Fwithings"><img src="https://mcptoplist.com/badge/io.github.akutishevsky%2Fwithings.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
akutishevsky
Other servers by akutishevsky
- Nutrition MCP#566 · 18 vers
- Lunch Money#1,538 · 4 vers
- Spotify#1,938 · 2 vers
- Monobank#5,055 · 3 vers
- Google Tasks MCP Server#42,985
Available versions (2)
| Version | Published |
|---|---|
| 1.3.0 | Feb 17, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Withings?
- Withings is maintained by akutishevsky, which publishes 6 MCP servers (29 total versions) tracked on MCP Toplist.
- Is Withings listed on the Official MCP Registry?
- Yes — Withings is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Withings have?
- MCP Toplist tracks 2 versions of Withings, most recently published on Feb 17, 2026.
- Where can I find the source code for Withings?
- The source code for Withings is hosted at github.com/akutishevsky/withings-mcp.