Skip to main content
SportsTypeScript

khaoss85/arvo-mcp

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

sportscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/khaoss85/arvo-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "arvo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "khaoss85/arvo-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Sports
Language
TypeScript
Author
khaoss85