loading…
Search for a command to run...
loading…
Fitness AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Fitness AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Fitness AI MCP Server Health and fitness tools powered by MEOK AI Labs.
| Tool | Description |
|---|---|
generate_workout |
Generate a complete workout plan tailored to goals and equipment. |
track_calories |
Track daily calorie and macronutrient intake from food entries. |
calculate_body_composition |
Calculate BMI, body fat estimate, BMR, and TDEE. |
build_training_plan |
Build a multi-week training program with periodization. |
check_exercise_form |
Get exercise form cues, common mistakes, and muscle activation info. |
pip install meok-fitness-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"fitness-ai": {
"command": "python",
"args": ["-m", "meok_fitness_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"fitness-ai-mcp": {
"command": "npx",
"args": []
}
}
}