Loading MCP server directory, please wait...
MCP server for InBody body-composition data — scans, body fat, muscle mass, body water
npx @getmcp/cli add io.github.rwestergren/inbody-api-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
INBODY_LOGIN_IDThe phone number used to register your InBody account (digits only, no country code).
INBODY_LOGIN_PWYour InBody account password
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.rwestergren/inbody-api-mcp": {
"command": "uvx",
"args": [
"inbody-api-mcp"
],
"env": {
"INBODY_LOGIN_ID": "",
"INBODY_LOGIN_PW": "",
"INBODY_COUNTRY_CODE": ""
}
}
}
}