Skip to main content
Glama
299,308 tools. Last updated 2026-07-14 19:32

"Hevy" matching MCP tools:

Matching MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    A Model Context Protocol (MCP) server implementation that interfaces with the Hevy fitness tracking app and its API. This server enables AI assistants to access and manage workout data, routines, exercise templates, and more through the Hevy API (requires PRO subscription).
    Last updated
    23
    4,046
    321
    MIT

Matching MCP Connectors

  • This unofficial MCP server provides secure access to your Hevy fitness data through the Hevy API. AI assistants can analyze your workout history, manage routines, track progress, and help you plan future training using your real fitness data.

  • Give your AI assistant access to real Helm chart data. No more hallucinated values.yaml files.

  • Update an existing workout in Hevy by modifying its fields. Provide the workout ID and the updated workout data to apply changes.
  • Retrieve a specific workout with all sets, reps, weights, RPE, and notes. Use after listing workouts to compare across sessions.
    MIT
  • Create a new workout routine by defining exercises, sets, and rest intervals. Optionally assign to a folder and handle duplicates.
    MIT
  • Retrieve a paginated list of your workout summaries in reverse-chronological order. Use this to review recent training sessions before requesting detailed set-by-set data.
    MIT
  • Search the Hevy exercise library by name, equipment, or muscle group to find exercise template IDs for creating routines or workouts.
    MIT
  • Estimate your one-rep max for any exercise by analyzing recent top sets from Hevy workouts using Epley or Brzycki formulas. Returns highest estimate and set history.
    MIT
  • Retrieve the total number of workouts logged. Use it to monitor progress without complex queries.
    MIT
  • Browse the Hevy exercise library in paginated format. List up to 50 exercise templates per page to explore available exercises.
    MIT
  • Fetch workout change events since a given ISO-8601 timestamp to detect new, updated, or deleted workouts without re-paginating the full list.
    MIT
  • Aggregate training volume by muscle group to identify neglected areas. Calculates total weight lifted from working sets over a specified time window.
    MIT
  • Create a new routine folder to organize your workout routines. Returns the folder ID for use when creating routines.
    MIT