
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
Official MCP server for Arvo - AI workout coach. Access your training data through Claude Desktop, Cursor, and other MCP clients.
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
Get started with Arvo →
FAQs
Official MCP server for Arvo - AI workout coach. Access your training data through Claude Desktop, Cursor, and other MCP clients.
The npm package arvo-mcp receives a total of 22 weekly downloads. As such, arvo-mcp popularity was classified as not popular.
We found that arvo-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.