Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"hevy": {
"args": [
"mcp-remote",
"https://hevy-mcp-server.<your-account>.workers.dev/mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server that provides AI assistants with access to the Hevy fitness tracking API. This allows you to log workouts, manage routines, browse exercises, and track your fitness progress directly through AI chat interfaces.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
Wrangler affected by OS Command Injection in `wrangler pages deploy`
**Summary** A command injection vulnerability (CWE-78) has been found to exist in the `wrangler pages deploy` command. The issue occurs because the `--commit-hash` parameter is passed directly to a shell command without proper validation or sanitization, allowing an attacker with control of `--commit-hash` to execute arbitrary commands on the system running Wrangler. **Root cause** The `commitHash` variable, derived from user input via the `--commit-hash` CLI argument, is interpolated directl
Arbitrary remote code execution within `wrangler dev` Workers sandbox
### Impact The V8 inspector intentionally allows arbitrary code execution within the Workers sandbox for debugging. `wrangler dev` would previously start an inspector server listening on all network interfaces. This would allow an attacker on the local network to connect to the inspector and run arbitrary code. Additionally, the inspector server did not validate `Origin`/`Host` headers, granting an attacker that can trick any user on the local network into opening a malicious website the ability
Arbitrary remote file read in Wrangler dev server
### Impact Sending specially crafted HTTP requests and inspector messages to Wrangler's dev server could result in any file on the user's computer being accessible over the local network. An attacker that could trick any user on the local network into opening a malicious website could also read any file. ### Patches This issue was fixed in `wrangler@3.19.0`. Wrangler will now only serve files that are part of your bundle, or referenced by your bundle's source maps. ### Workarounds Configure Wr
Cloudflare Wrangler directory traversal vulnerability
### Impact The Wrangler command line tool (<=wrangler@3.1.0 or <=wrangler@2.20.1) was affected by a directory traversal vulnerability when running a local development server for Pages (wrangler pages dev command). This vulnerability enabled an attacker in the same network as the victim to connect to the local development server and access the victim's files present outside of the directory for the development server. ### Patches Wrangler2: Upgrade to v2.20.1 or higher. Wrangler3: Upgrade to v3
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in health
MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications
MCP server for the ClinicalTrials.gov v2 API. Search trials, retrieve study details and results, and match patients to eligible trials.
Manage your Hevy workouts, routines, folders, and exercise templates. Create and update sessions faster, organize plans, and search exercises to build workouts quickly. Stay synced with changes so your training log is always up to date.
MCP server for Oura Ring API v2 (sleep, activity, readiness, heart rate, workouts).
MCP Security Weekly
Get CVE alerts and security updates for Hevy Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server that provides AI assistants with access to the Hevy fitness tracking API. This allows you to log workouts, manage routines, browse exercises, and track your fitness progress directly through AI chat interfaces.
This MCP server provides comprehensive access to Hevy's fitness tracking capabilities:
get_workouts - Browse your workout history (paginated)get_workout - Get detailed information about a specific workoutcreate_workout - Log a new workout with exercises, sets, weights, and repsupdate_workout - Update an existing workoutget_workouts_count - Get total number of workouts loggedget_workout_events - Get workout change events (updates/deletes) since a date for syncingget_routines - List your workout routinesget_routine - Get details of a specific routinecreate_routine - Create a new workout routine templateupdate_routine - Update an existing routineget_exercise_templates - Browse available exercises (includes both Hevy's library and your custom exercises)get_exercise_template - Get detailed information about a specific exercise templatecreate_exercise_template - Create a custom exercise templateget_exercise_history - View your performance history for a specific exerciseget_routine_folders - List your routine folders for organizationget_routine_folder - Get details of a specific routine foldercreate_routine_folder - Create a new routine foldergit clone https://github.com/tomtorggler/hevy-mcp-server.git
cd hevy-mcp-server
npm install
npx wrangler secret put HEVY_API_KEY
# Paste your API key when prompted
npm run deploy
Your MCP server will be available at: https://hevy-mcp-server.<your-account>.workers.dev/mcp
Run the server locally:
npm run dev
The server will be available at: http://localhost:8787/mcp
To connect from Claude Desktop, edit your config file (Settings > Developer > Edit Config):
{
"mcpServers": {
"hevy": {
"command": "npx",
"args": [
"mcp-remote",
"https://hevy-mcp-server.<your-account>.workers.dev/mcp"
]
}
}
}
Restart Claude Desktop and you'll see the Hevy tools available.
Once connected, you can ask your AI assistant to log workouts:
"Log a workout from today at 10am to 11am. I did bench press: 3 sets of 100kg for 10 reps, and squats: 4 sets of 120kg for 8 reps."
The assistant will:
get_exercise_templates to find the exercise IDscreate_workout with the proper structure"Show me my last 5 workouts"
"What's my exercise history for deadlifts?"
"Get all workout changes since January 1st, 2024"
The assistant will use get_workout_events to sync recent changes.
"Create a new Push Day routine with bench press (4 sets of 8-12 reps at 100kg) and overhead press (3 sets of 10 rep