withings-mcp
Rank #808io.github.partymola/withings-mcp
MCP server for the Withings Health API with OAuth, local SQLite cache, and trend analysis.
withings-mcp is a Model Context Protocol (MCP) server published by partymola. It ranks #808 of 115,460 servers tracked on MCP Toplist. withings-mcp is listed across 3 registries — Official MCP, Glama and PulseMCP, with 4 tracked versions. It was first listed on Apr 5, 2026 and most recently updated on Aug 21, 2026.
Ranks ahead of 114,652 of 115,460 servers on MCP Toplist.
Use withings-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add withings-mcp -- uvx withings-mcp[mcp_servers.withings-mcp]
command = "uvx"
args = ["withings-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"withings-mcp": {
"command": "uvx",
"args": [
"withings-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"withings-mcp": {
"command": "uvx",
"args": [
"withings-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"withings-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"withings-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"withings-mcp": {
"command": "uvx",
"args": [
"withings-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"withings-mcp": {
"command": "uvx",
"args": [
"withings-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.partymola%2Fwithings-mcp)<a href="https://mcptoplist.com/server/io.github.partymola%2Fwithings-mcp"><img src="https://mcptoplist.com/badge/io.github.partymola%2Fwithings-mcp.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
partymola
Other servers by partymola
- monzo-mcp#4,277 · 6 vers
- fitbit-mcp#5,366 · 5 vers
- ticktick-mcp#6,866 · 6 vers
- bosch-flow-mcp#7,645 · 4 vers
- google-health-mcp#12,827 · 3 vers
Available versions (4)
| Version | Published |
|---|---|
| 0.5.0 | Aug 21, 2026 |
| 0.4.0 | Aug 9, 2026 |
| 0.3.0 | Aug 2, 2026 |
| 0.2.2 | Jul 11, 2026 |
Frequently asked questions
- Who maintains withings-mcp?
- withings-mcp is maintained by partymola, which publishes 6 MCP servers (28 total versions) tracked on MCP Toplist.
- Is withings-mcp listed on the Official MCP Registry?
- Yes — withings-mcp is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does withings-mcp have?
- MCP Toplist tracks 4 versions of withings-mcp, most recently published on Aug 21, 2026.
- Where can I find the source code for withings-mcp?
- The source code for withings-mcp is hosted at github.com/partymola/withings-mcp.