khaoss85/arvo-mcp

🏃 Sports
0 Views
0 Installs

📇 ☁️ - AI workout coach MCP server for Arvo. Access training data, workout history, personal records, body progress, and 29 fitness tools through Claude Desktop.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "khaoss85-arvo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "khaoss85-arvo-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

Arvo MCP Server - Fitness & Workout Tracker for Claude

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.

npm version License: MIT MCP

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
  • 📊 Track gym progress with AI-powered insights
  • 💪 Monitor PRs, volume, and muscle group distribution
  • 📈 Analyze body composition trends over time

Features

  • 29 fitness tools - Profile, workouts, splits, PRs, body progress, and more
  • Read & Write access - View your data and make changes through natural conversation
  • Secure API key authentication - Your data stays private
  • Works with any MCP client - Claude Desktop, Cursor, Windsurf, and more

Quick Start

1. Get your API key

  1. Sign up or log in at arvo.guru
  2. Go to SettingsAPI Keys
  3. Click Create Key and copy your API key

2. Configure your MCP client

Claude Desktop

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:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Cursor

Add to your Cursor MCP settings:

{
  "mcpServers": {
    "arvo": {
      "command": "npx",
      "args": ["-y", "arvo-mcp"],
      "env": {
        "ARVO_API_KEY": "arvo_your_api_key_here"
      }
    }
  }
}

3. Start chatting!

After restarting your AI client, try asking:

  • "What's my workout for today?"
  • "Show me my recent PRs"
  • "How's my progress on bench press?"
  • "What muscle groups am I training this week?"

Available Tools

Read-Only Tools (19)

ToolDescription
get_user_profileGet your fitness profile, experience level, and preferences
get_active_splitGet your current training split and schedule
get_recent_workoutsView your most recent completed workouts
get_workout_for_dayGet the workout for any cycle day
get_workout_statsGet aggregated training statistics
get_active_insightsView AI-generated training insights
get_personal_recordsSee your PRs for each exercise
get_exercise_progressTrack progression for specific exercises
get_exercise_videoGet demonstration videos for exercises
get_volume_by_muscleView volume distribution by muscle group
get_coach_infoGet your coach's information
get_coach_notesView notes from your coach
get_approach_detailsLearn about your training methodology
get_body_progressTrack body composition changes
get_cycle_historyView training cycle history
get_booking_infoSee your PT session bookings
get_ai_memoryAccess saved AI context about you
get_caloric_historyView caloric phase history
get_approach_historySee methodology changes over time

Write Tools (10)

ToolDescription
save_memorySave notes for the AI to remember
update_caloric_phaseChange your current bulk/cut/maintain phase
update_weak_pointsUpdate priority muscle groups
report_physical_issueLog pain or injuries
skip_exerciseSkip an exercise in today's workout
generate_workoutGenerate a new workout
update_equipmentUpdate your available equipment
add_exerciseAdd an exercise to your workout
swap_exerciseRequest exercise alternatives
apply_swapApply an exercise swap

Security

  • Your API key is stored locally and never sent to third parties
  • All communication uses HTTPS
  • API keys can be revoked anytime from your Arvo dashboard
  • Each key has configurable scopes (read/write)

For security vulnerability reports, see SECURITY.md.

FAQ

What is the Model Context Protocol (MCP)?

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.

How is my data protected?

  • API keys are hashed with SHA-256 (never stored in plaintext)
  • All communication uses HTTPS encryption
  • Keys can be revoked instantly from your dashboard
  • Scoped permissions (read-only or read-write)
  • Your API key is stored only on your local machine

Can I use this offline?

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.

What AI clients are supported?

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.

How do I report security issues?

Email security@arvo.guru with details. See SECURITY.md for our full security policy and responsible disclosure process.

What data can the AI access?

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.

Does this work without an Arvo account?

No, you need an Arvo account to generate an API key. Sign up free at arvo.guru.

How do I update to a new version?

If you use npx -y arvo-mcp, it automatically fetches the latest version. For global installations, run npm update -g arvo-mcp.

Environment Variables

VariableRequiredDescription
ARVO_API_KEYYesYour Arvo API key
ARVO_BASE_URLNoAPI base URL (default: https://arvo.guru)

Requirements

Links

Related

Looking for fitness tracking with AI? Check out:

  • Arvo - AI workout coach that creates personalized training programs
  • Model Context Protocol - The open protocol powering this integration

License

MIT - see LICENSE for details.


🏋️ Track your gym workouts with AI
Get started with Arvo →

Related MCP Servers

anup-shesh/garmin-local-mcp

🐍 🏠 🍎 🪟 🐧 - Local-first Garmin data warehouse: incremental sync into SQLite you own, with server-side trends, lag-aware correlations, personal baselines, and anomaly detection returned as compact tables. Analysis keeps working offline when Garmin's API breaks, and a zero-auth FIT-bundle import fills gaps with no login at all.

🏃 Sports0 views
arturogarrido/claudinho

📇 🏠 🍎 🪟 🐧 - Live scores, fixtures, standings, and read-only prediction-market signals for the 2026 World Cup. No API keys.

🏃 Sports0 views
Backspace-me/sportscore-mcp

📇 ☁️ 🍎 🪟 🐧 - Live scores, standings, top scorers, player stats, and knockout brackets for football, basketball, cricket, and tennis. Free public API, no key required.

🏃 Sports0 views
chessceo/chessceo-mcp

📇 ☁️ 🏠 🍎 🪟 🐧 - Chess data via chess.ceo — 11.7M+ games and 1.5M FIDE player profiles. 8 tools: player search, per-player opening preparation (opening tree with frequency + win rate), position statistics from the full game database, head-to-head records, and live tournament broadcasts. No API key. Remote server at https://mcp.chess.ceo/mcp or local via npx -y @chessceo/mcp.

🏃 Sports0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it →
★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.