MCP Server
MCP
Hevy Coach
Training analytics over your Hevy log: e1RM, PRs, volume, consistency, bodyweight.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://hevy-mcp-alpha.vercel.app/mcp"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "hevy-coach-mcp",
"version": "0.4.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Hevy API key, from Hevy → Settings → API. Requires a Hevy PRO subscription.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "HEVY_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment