Skip to content
Cline

inbody api mcp for Cline

io.github.rwestergren/inbody-api-mcp

MCP server for InBody body-composition data — scans, body fat, muscle mass, body water

client:Cline transport:stdio runtime:pypi

Install inbody api mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "inbody-api-mcp": {
      "command": "uvx",
      "args": [
        "inbody-api-mcp"
      ],
      "env": {
        "INBODY_LOGIN_ID": "<INBODY_LOGIN_ID>",
        "INBODY_LOGIN_PW": "<INBODY_LOGIN_PW>",
        "INBODY_COUNTRY_CODE": "<INBODY_COUNTRY_CODE>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

inbody api mcp in other clients