MCP Server
MCP
Hevy MCP Server
MCP server for managing workouts, routines, and exercise data through the Hevy API
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "hevy-mcp",
"version": "3.2.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key for authenticating with the Hevy API",
"isRequired": true,
"isSecret": true,
"name": "HEVY_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment