Hevy MCP Server
@VReippainen
关于 Hevy MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"hevy-mcp-server": {
"command": "npx",
"args": [
"-y",
"@vreippainen/hevy-mcp-server",
"--stdio"
],
"env": {
"HEVY_API_KEY": ""
}
}
}
}工具
4Get workouts between start and end dates. Returns workouts in descending order of date with duration and volume stats. Max 10 workouts.
Track progress for specific exercises over time, filtered by date range. Returns also records per reps.
Get comprehensive exercise data sorted by frequency of use, with optional filtering by name and date range. Returns also actual and estimated 1RM.
Retrieve your saved workout routines
概览
What is Hevy MCP Server?
Hevy MCP Server is a TypeScript Node.js server that connects your Hevy workout data to language models via the Model Context Protocol (MCP). It fetches data from the Hevy API and provides tools for accessing workout history, exercise progress, and personal records, enabling AI assistants to analyze your workout data.
How to use Hevy MCP Server?
Install and invoke by adding a configuration to your ~/.cursor/mcp.json file using npx and setting the HEVY_API_KEY environment variable. Then use the provided tools (e.g., get-workouts, get-exercises) through an MCP‑compatible client.
Key features of Hevy MCP Server
- get-workouts: Retrieve up to 10 workouts within a date range with duration and volume stats.
- get-exercise-progress-by-ids: Track progress for specific exercises over time, filtered by date range.
- get-exercises: Get comprehensive exercise data sorted by frequency, with optional name and date filtering.
- get-routines: Retrieve your saved workout routines.
- Workout prompt builder: Analyzes frequent exercises and routines to help AI create personalized recommendations.
Use cases of Hevy MCP Server
- An AI assistant queries your recent workout history to suggest recovery adjustments.
- Automatically track progress on specific exercises over a chosen time period.
- Generate personalized workout plans based on your most-used exercises and saved routines.
- Retrieve and review your saved workout routines for planning or analysis.
FAQ from Hevy MCP Server
How do I obtain an API key for Hevy?
Visit the Hevy API Documentation and follow the authentication instructions. You need to sign up for API access through the Hevy developer portal.
What tools are available?
The server provides four tools: get-workouts, get-exercise-progress-by-ids, get-exercises, and get-routines.
Is there a limit on how many workouts I can fetch?
Yes, get-workouts returns a maximum of 10 workouts per call.
What environment variable is required?
The HEVY_API_KEY environment variable must be set to your Hevy API key.
How do I add this server to Cursor?
Update ~/.cursor/mcp.json with the command npx -y @vreippainen/hevy-mcp-server --stdio and the HEVY_API_KEY environment variable.
其他 分类下的更多 MCP 服务器
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Codelf
unbugA search tool helps dev to solve the naming things problem.
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
评论