PluginBench
MCP Server

io.github.rwestergren/inbody-api-mcp MCP Server

io.github.rwestergren/inbody-api-mcp

What is the io.github.rwestergren/inbody-api-mcp MCP server?

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

How to install io.github.rwestergren/inbody-api-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • INBODY_LOGIN_ID
    required

    The phone number used to register your InBody account (digits only, no country code).

  • INBODY_LOGIN_PW
    required
    secret

    Your InBody account password

  • INBODY_COUNTRY_CODE

    ISO country code selecting the regional API host (defaults to US).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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>"
      }
    }
  }
}
Claude Code
claude mcp add inbody-api-mcp --env INBODY_LOGIN_ID=<YOUR_INBODY_LOGIN_ID> --env INBODY_LOGIN_PW=<YOUR_INBODY_LOGIN_PW> --env INBODY_COUNTRY_CODE=<YOUR_INBODY_COUNTRY_CODE> -- uvx inbody-api-mcp

Related MCP servers

MCP server for Cronometer nutrition tracking — food logs, diary, macros, fasting

View repository →

Hosted/gateway-ready Hevy fitness MCP: workouts, routines, templates.

View repository →

MCP server for Rachio sprinkler controllers — schedules, zones, and live watering control

View repository →