Loading MCP server directory, please wait...
MCP server for managing workouts, routines, and exercise data through the Hevy API
npx @getmcp/cli add io.github.chrisdoc/hevy-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
HEVY_API_KEYAPI key for authenticating with the Hevy API
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.chrisdoc/hevy-mcp": {
"command": "npx",
"args": [
"-y",
"hevy-mcp"
],
"env": {
"HEVY_API_KEY": ""
}
}
}
}