mcpbeat Sign in

Inbody API MCP Server

local only

Inbody API MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 117 installs a week from pypi. Last commit 19 Jun 2026.

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

Installs per day peak 50 · avg 25 · -8% w/w
a month agotoday
117
Installs / week
pypi · inbody-api-mcp
9
Stars
0 open issues
19 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Inbody API MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add inbody-api-mcp -- uvx inbody-api-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "inbody-api-mcp": {
      "args": [
        "inbody-api-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.inbody-api-mcp]
command = "uvx"
args = ["inbody-api-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "inbody-api-mcp": {
      "args": [
        "inbody-api-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "inbody-api-mcp": {
      "args": [
        "inbody-api-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: INBODY_LOGIN_ID (The phone number used to register your InBody account (digits only, no country code).), INBODY_LOGIN_PW (Your InBody account password), INBODY_COUNTRY_CODE (ISO country code selecting the regional API host (defaults to US).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Inbody API MCP

same job, measured the same way
Scout MCP Local
by scoutapm

An MCP server for Scout Monitoring data interactions.

81 installs/wk local only
MCP Reunion
by hug0x0

MCP server for Réunion open data (data.regionreunion.com)

1 274 installs/wk local only
Monday Com
by monday

MCP server for monday.com integration.

answering
Oracle
by marcelo-ochoa

MCP server for interacting with Oracle databases

96 installs/wk local only
MCP Metar
by daedalus

MCP server for METAR/TAF aviation weather data

61 installs/wk local only
Atlassian Dc MCP Bitbucket
by b1ff

MCP server for Atlassian Bitbucket Data Center - interact with repositories and code

1 636 installs/wk local only
Atlassian Dc MCP Bitbucket
by mrrefactoring

MCP server for Atlassian Bitbucket Data Center - interact with repositories and code

72 installs/wk local only
Kaggle MCP
by seif-sameh

MCP server for the Kaggle API: competitions, datasets, kernels, and models.

84 installs/wk local only

Inbody API MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Inbody API MCP?
Inbody API MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package inbody-api-mcp was installed 117 times last week.
How do I connect Inbody API MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls inbody-api-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Inbody API MCP?
The pypi package inbody-api-mcp was installed 117 times in the last week. Week over week that is -8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Inbody API MCP open source?
Yes — it is published under the MIT licence, written in Python and 9 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.