Loading MCP server directory, please wait...
Anthropometric prediction API: predict measurements, list countries, list measurement names.
npx @getmcp/cli add app.humanform/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
HUMANFORM_API_KEYHumanform API key from the dashboard (hf_live_...). Sent as Bearer token to api.humanform.app.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"app.humanform/mcp": {
"command": "npx",
"args": [
"-y",
"@humanform/mcp"
],
"env": {
"HUMANFORM_API_KEY": "",
"HUMANFORM_API_URL": ""
}
}
}
}