Skip to content
Grok

inbody api mcp for Grok

io.github.rwestergren/inbody-api-mcp

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

client:Grok transport:stdio runtime:pypi

Install inbody api mcp in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "inbody-api-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

inbody api mcp in other clients