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.
Quick Start
Clone the repository:
git clone https://github.com/khaoss85/arvo-mcpClaude Desktop configuration example:
{
"mcpServers": {
"arvo-mcp": {
"command": "npx",
"args": [
"-y",
"khaoss85/arvo-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.