BMI计算器
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"bmi-calculator-mcp": {
"args": [
"bmi-calculator-mcp"
],
"command": "uvx",
"env": {}
}
}
}
服务介绍
BMI Calculator MCP Server
bmi-calculator-mcp
A Model Context Protocol server for calculating BMI (Body Mass Index).
Server Config
{
"mcpServers": {
"bmi-calculator-mcp": {
"command": "uvx",
"args": ["bmi-calculator-mcp"],
"env": {}
}
}
}
Description
This is a simple MCP server that provides a tool to calculate Body Mass Index (BMI) based on height (in meters) and weight (in kilograms). It returns the BMI value and a health status assessment.