inbody-api-mcp
Rank #16,968io.github.rwestergren/inbody-api-mcp
MCP server for InBody body-composition data — scans, body fat, muscle mass, body water
inbody-api-mcp is a Model Context Protocol (MCP) server published by rwestergren. It ranks #16,968 of 115,591 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. inbody-api-mcp is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 19, 2026 and most recently updated on Jun 19, 2026.
Ranks ahead of 98,623 of 115,591 servers on MCP Toplist.
Use inbody-api-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add inbody-api-mcp -e "INBODY_LOGIN_ID=<your INBODY_LOGIN_ID>" -e "INBODY_LOGIN_PW=<your INBODY_LOGIN_PW>" -e "INBODY_COUNTRY_CODE=<your INBODY_COUNTRY_CODE>" -- uvx inbody-api-mcpReplace each placeholder with your own value before saving.
[mcp_servers.inbody-api-mcp]
command = "uvx"
args = ["inbody-api-mcp"]
[mcp_servers.inbody-api-mcp.env]
INBODY_LOGIN_ID = "<your INBODY_LOGIN_ID>"
INBODY_LOGIN_PW = "<your INBODY_LOGIN_PW>"
INBODY_COUNTRY_CODE = "<your INBODY_COUNTRY_CODE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"inbody-api-mcp": {
"command": "uvx",
"args": [
"inbody-api-mcp"
],
"env": {
"INBODY_LOGIN_ID": "<your INBODY_LOGIN_ID>",
"INBODY_LOGIN_PW": "<your INBODY_LOGIN_PW>",
"INBODY_COUNTRY_CODE": "<your INBODY_COUNTRY_CODE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"inbody-api-mcp": {
"command": "uvx",
"args": [
"inbody-api-mcp"
],
"env": {
"INBODY_LOGIN_ID": "<your INBODY_LOGIN_ID>",
"INBODY_LOGIN_PW": "<your INBODY_LOGIN_PW>",
"INBODY_COUNTRY_CODE": "<your INBODY_COUNTRY_CODE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"inbody-api-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"inbody-api-mcp"
],
"env": {
"INBODY_LOGIN_ID": "<your INBODY_LOGIN_ID>",
"INBODY_LOGIN_PW": "<your INBODY_LOGIN_PW>",
"INBODY_COUNTRY_CODE": "<your INBODY_COUNTRY_CODE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"inbody-api-mcp": {
"command": "uvx",
"args": [
"inbody-api-mcp"
],
"env": {
"INBODY_LOGIN_ID": "<your INBODY_LOGIN_ID>",
"INBODY_LOGIN_PW": "<your INBODY_LOGIN_PW>",
"INBODY_COUNTRY_CODE": "<your INBODY_COUNTRY_CODE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"inbody-api-mcp": {
"command": "uvx",
"args": [
"inbody-api-mcp"
],
"env": {
"INBODY_LOGIN_ID": "<your INBODY_LOGIN_ID>",
"INBODY_LOGIN_PW": "<your INBODY_LOGIN_PW>",
"INBODY_COUNTRY_CODE": "<your INBODY_COUNTRY_CODE>"
}
}
}
}Replace each placeholder with your own value before saving.
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.rwestergren%2Finbody-api-mcp)<a href="https://mcptoplist.com/server/io.github.rwestergren%2Finbody-api-mcp"><img src="https://mcptoplist.com/badge/io.github.rwestergren%2Finbody-api-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
rwestergren
Other servers by rwestergren
View all rwestergren servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jun 19, 2026 |
Frequently asked questions
- Who maintains inbody-api-mcp?
- inbody-api-mcp is maintained by rwestergren, which publishes 4 MCP servers (15 total versions) tracked on MCP Toplist.
- Is inbody-api-mcp listed on the Official MCP Registry?
- Yes — inbody-api-mcp is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does inbody-api-mcp have?
- MCP Toplist tracks 1 version of inbody-api-mcp, most recently published on Jun 19, 2026.
- Where can I find the source code for inbody-api-mcp?
- The source code for inbody-api-mcp is hosted at github.com/rwestergren/inbody-api-mcp.