BMI Calculator MCP Server
BMI(체질량지수)를 계산하는 MCP 서버입니다.
기능
- 체중(kg)과 키(cm)를 입력받아 BMI를 계산
- BMI 수치에 따른 체중 분류 제공 (저체중, 정상, 과체중, 비만, 고도비만)
설치 방법
# 의존성 설치
npm install
# 빌드
npm run build
# 실행
npm start
사용 방법
MCP 클라이언트에서 다음과 같이 사용할 수 있습니다:
// BMI 계산 도구 호출
const result = await client.tool("calculate-bmi", {
weightKg: 70,
heightCm: 170
});
GitHub 배포
- GitHub에 새 저장소 생성
- 로컬 저장소 초기화 및 푸시:
git init
git add .
git commit -m "Initial commit"
git remote add origin <your-github-repo-url>
git push -u origin main
Smithery 배포
- https://smithery.ai/new 접속
- GitHub 저장소 연결
- 배포 설정 완료 후 “Deploy” 버튼 클릭
라이선스
MIT
BMI Calculator
Project Details
- jongin1004/mbi-mcp-server
- Last Updated: 5/27/2025
Recomended MCP Servers
This read-only MCP Server allows you to connect to Sybase IQ data from Claude Desktop through CData JDBC...
A lightweight MCP server that tells you exactly who you are.
Name Cheap MCP tools for your AI needs.
Make LLM can control your PC or Server with ssh or terminal.
Implementation of OpenAI MCP Server
Model Context Protocol (MCP) server for Aligo SMS API integration https://smartsms.aligo.in/smsapi.html aligo 는 (주)알리는사람들 사의 상표명입니다.
MCP Server for Zerocracy: add it to Claude Desktop and enjoy vibe-management
Port's MCP Server
MCP Server to make line-based edits to a file.
A Python server that bridges Large Language Models (LLMs) and Firebase Firestore using the Model Context Protocol (MCP)....





