1. Conduid
  2. Developer Tools
  3. Hevy MCP
MCP server · Developer Tools

Hevy MCP

MCP Server for Hevy

Unclaimed Apache-2.0 last commit 9 months ago healthmcp-serverclaude-codedevtoolsgolangai
56Fair

Scored 3 months ago · breakdown

About Hevy MCP

Hevy MCP is an MCP server published by swrm-io in the Developer Tools category: mCP Server for Hevy. It has been installed 0 times through Conduid.

Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx hevy-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Hevy MCP

Powered by Claude · Grounded in docs

I know everything about Hevy MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

Hevy MCP Server

A Model Context Protocol (MCP) server that provides access to workout data from Hevy, a popular weightlifting and workout tracking application.

Overview

This MCP server allows AI assistants like Claude to query and retrieve workout data from your Hevy account, enabling natural language interactions with your fitness history.

Features

Tools

  • get_workout_count: Get the total number of workouts in your Hevy account
  • get_workouts: Retrieve your workouts from newest to oldest with pagination support
    • Default limit: 5 workouts
    • Maximum limit: 10 workouts per request
    • Supports offset for pagination

Prerequisites

  • A Hevy account with API access
  • Hevy API key

Installation

Option 1: Download Pre-built Binary (Recommended)

Download the latest release for your platform from the releases page:

  • Linux: hevy-mcp_Linux_x86_64.tar.gz
  • macOS (Intel): hevy-mcp_Darwin_x86_64.tar.gz
  • macOS (Apple Silicon): hevy-mcp_Darwin_arm64.tar.gz
  • Windows: hevy-mcp_Windows_x86_64.zip

Extract the archive and you're ready to use the hevy-mcp binary.

Option 2: Build from Source

Requirements: Go 1.25.1 or higher

  1. Clone the repository:
git clone https://github.com/swrm-io/hevy-mcp.git
cd hevy-mcp
  1. Build the server:
go build -o hevy-mcp

Configuration

Environment Variables

  • HEVY_API_KEY (required): Your Hevy API key

Setting up with Claude Desktop

Add this configuration to your Claude Desktop config file:

MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "hevy": {
      "command": "/path/to/hevy-mcp",
      "env": {
        "HEVY_API_KEY": "your-api-key-here"
      }
    }
  }
}

Usage

Running the Server

export HEVY_API_KEY="your-api-key-here"
./hevy-mcp

Example Queries (via Claude)

Once configured with Claude Desktop, you can ask questions like:

  • "How many workouts do I have in Hevy?"
  • "Show me my last 5 workouts"
  • "What exercises did I do in my recent workouts?"

Development

The server is built using:

  • go-sdk - Official MCP SDK for Go
  • go-hevy - Hevy API client library

Project Structure

  • main.go - Server initialization and tool registration
  • types.go - Type definitions for requests and service
  • workouts.go - Workout-related tool implementations

License

See LICENSE file for details.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About Hevy MCP

How do I install Hevy MCP?

Run npx hevy-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Hevy MCP safe to use with an AI agent?

Its trust score is 56 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Hevy MCP still maintained?

The last commit was 9 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.