← Back to browse

inbody-api-mcp

Indexed by io.github.rwestergren

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsINBODY_LOGIN_ID INBODY_LOGIN_PW INBODY_COUNTRY_CODE
Claude Code
claude mcp add --env INBODY_LOGIN_ID= --env INBODY_LOGIN_PW= --env INBODY_COUNTRY_CODE= inbody-api-mcp -- uvx inbody-api-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"inbody-api-mcp","command":"uvx","args":["inbody-api-mcp"],"env":{"INBODY_LOGIN_ID":"","INBODY_LOGIN_PW":"","INBODY_COUNTRY_CODE":""}}'
JSON
{
  "mcpServers": {
    "inbody-api-mcp": {
      "command": "uvx",
      "args": [
        "inbody-api-mcp"
      ],
      "env": {
        "INBODY_LOGIN_ID": "",
        "INBODY_LOGIN_PW": "",
        "INBODY_COUNTRY_CODE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.