Official MCP server for Arvo - AI workout coach. Access your training data, workout history, personal records, and body progress through Claude Desktop and other MCP clients. 29 fitness tools with read/write access.
服务器配置
{
"mcpServers": {
"arvo": {
"command": "npx",
"args": [
"-y",
"arvo-mcp"
],
"env": {
"ARVO_API_KEY": "<YOUR_API_KEY>"
}
}
}
}