Skip to content
Windsurf

inbody api mcp for Windsurf

io.github.rwestergren/inbody-api-mcp

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

client:Windsurf transport:stdio runtime:pypi

Install inbody api mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

inbody api mcp in other clients