Overview
what is hevy-mcp?
hevy-mcp is a Model Context Protocol (MCP) server that interfaces with the Hevy fitness tracking app, allowing AI assistants to manage workout data, routines, and exercise templates through the Hevy API.
how to use hevy-mcp?
To use hevy-mcp, install it via Smithery or manually clone the repository, install dependencies, and configure your Hevy API key in a .env file. Start the server in development or production mode as needed.
key features of hevy-mcp?
- Fetch, create, and update workouts
- Access and manage workout routines
- Browse available exercise templates
- Organize routine folders
use cases of hevy-mcp?
- Integrating fitness data management into AI applications.
- Automating workout tracking and routine management.
- Enhancing fitness apps with AI-driven insights and recommendations.
FAQ from hevy-mcp?
- What is required to run hevy-mcp?
You need Node.js (v20 or higher), npm or yarn, and a Hevy API key.
- Is there a cost associated with using hevy-mcp?
Accessing the Hevy API requires a PRO subscription to the Hevy app.
- Can I contribute to hevy-mcp?
Yes! Contributions are welcome, and you can submit a Pull Request.
Server Config
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"hevy-mcp"
],
"env": {
"HEVY_API_KEY": "{HEVY_API_KEY}"
}
}
}
}