arvo-mcp is a Model Context Protocol (MCP) server that connects your AI assistant to Arvo, an AI-powered fitness coach. Access your workout history, personal records, body composition, and training plans directly from Claude Desktop, Cursor, or any MCP-compatible client. Perfect for fitness enthusiasts who want to: - ๐๏ธ Ask "What's my workout today?" and get your personalized training plan - ๐ T
Add this skill
npx mdskills install khaoss85/arvo-mcpComprehensive fitness MCP server with 29 well-documented tools for workout tracking and AI-powered training insights
Fitness tracking MCP server - Log gym sessions, track personal records (PRs), analyze body progress, and manage training splits through Claude Desktop, Cursor, and other MCP clients.
arvo-mcp is a Model Context Protocol (MCP) server that connects your AI assistant to Arvo, an AI-powered fitness coach. Access your workout history, personal records, body composition, and training plans directly from Claude Desktop, Cursor, or any MCP-compatible client.
Perfect for fitness enthusiasts who want to:
Add to your claude_desktop_config.json:
{
"mcpServers": {
"arvo": {
"command": "npx",
"args": ["-y", "arvo-mcp"],
"env": {
"ARVO_API_KEY": "arvo_your_api_key_here"
}
}
}
}
Config file location:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd to your Cursor MCP settings:
{
"mcpServers": {
"arvo": {
"command": "npx",
"args": ["-y", "arvo-mcp"],
"env": {
"ARVO_API_KEY": "arvo_your_api_key_here"
}
}
}
}
After restarting your AI client, try asking:
| Tool | Description |
|---|---|
get_user_profile | Get your fitness profile, experience level, and preferences |
get_active_split | Get your current training split and schedule |
get_recent_workouts | View your most recent completed workouts |
get_workout_for_day | Get the workout for any cycle day |
get_workout_stats | Get aggregated training statistics |
get_active_insights | View AI-generated training insights |
get_personal_records | See your PRs for each exercise |
get_exercise_progress | Track progression for specific exercises |
get_exercise_video | Get demonstration videos for exercises |
get_volume_by_muscle | View volume distribution by muscle group |
get_coach_info | Get your coach's information |
get_coach_notes | View notes from your coach |
get_approach_details | Learn about your training methodology |
get_body_progress | Track body composition changes |
get_cycle_history | View training cycle history |
get_booking_info | See your PT session bookings |
get_ai_memory | Access saved AI context about you |
get_caloric_history | View caloric phase history |
get_approach_history | See methodology changes over time |
| Tool | Description |
|---|---|
save_memory | Save notes for the AI to remember |
update_caloric_phase | Change your current bulk/cut/maintain phase |
update_weak_points | Update priority muscle groups |
report_physical_issue | Log pain or injuries |
skip_exercise | Skip an exercise in today's workout |
generate_workout | Generate a new workout |
update_equipment | Update your available equipment |
add_exercise | Add an exercise to your workout |
swap_exercise | Request exercise alternatives |
apply_swap | Apply an exercise swap |
For security vulnerability reports, see SECURITY.md.
MCP is an open protocol that enables AI assistants like Claude to securely access external data sources. arvo-mcp lets Claude access your workout data, training history, and fitness metrics through natural conversation.
No, arvo-mcp requires an internet connection to communicate with arvo.guru servers. The MCP server runs locally but fetches your data from the cloud.
Claude Desktop, Cursor, Windsurf, and any MCP-compatible client. The server uses the standard MCP stdio transport, making it compatible with any client that supports the protocol.
Email security@arvo.guru with details. See SECURITY.md for our full security policy and responsible disclosure process.
The AI can access your workout plans, exercise history, personal records, body composition tracking, and coach notes. Write tools allow saving memories, updating preferences, and modifying workouts. You control access through API key scopes.
No, you need an Arvo account to generate an API key. Sign up free at arvo.guru.
If you use npx -y arvo-mcp, it automatically fetches the latest version. For global installations, run npm update -g arvo-mcp.
| Variable | Required | Description |
|---|---|---|
ARVO_API_KEY | Yes | Your Arvo API key |
ARVO_BASE_URL | No | API base URL (default: https://arvo.guru) |
Looking for fitness tracking with AI? Check out:
MIT - see LICENSE for details.
๐๏ธ Track your gym workouts with AI
Install via CLI
npx mdskills install khaoss85/arvo-mcpArvo MCP Server - Fitness & Workout Tracker for Claude is a free, open-source AI agent skill. arvo-mcp is a Model Context Protocol (MCP) server that connects your AI assistant to Arvo, an AI-powered fitness coach. Access your workout history, personal records, body composition, and training plans directly from Claude Desktop, Cursor, or any MCP-compatible client. Perfect for fitness enthusiasts who want to: - ๐๏ธ Ask "What's my workout today?" and get your personalized training plan - ๐ T
Install Arvo MCP Server - Fitness & Workout Tracker for Claude with a single command:
npx mdskills install khaoss85/arvo-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
Arvo MCP Server - Fitness & Workout Tracker for Claude works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.