Hevy MCP Server
Rank #278io.github.chrisdoc/hevy-mcp
MCP server for managing workouts, routines, and exercise data through the Hevy API
Hevy MCP Server is a Model Context Protocol (MCP) server published by chrisdoc. It ranks #278 of 131,930 servers tracked on MCP Toplist, and its repository has 480 GitHub stars. Hevy MCP Server is listed across 5 registries — Official MCP, Smithery, PulseMCP, Glama and mcp.so, with 1 tracked version. It was first listed on Mar 26, 2025 and most recently updated on Jul 17, 2026.
Ranks ahead of 131,652 of 131,930 servers on MCP Toplist.
Use Hevy MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http hevy-mcp https://server.smithery.ai/chrisdoc/hevy-mcp/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add hevy-mcp -e "HEVY_API_KEY=<your HEVY_API_KEY>" -- npx -y hevy-mcpReplace each placeholder with your own value before saving.
[mcp_servers.hevy-mcp]
url = "https://server.smithery.ai/chrisdoc/hevy-mcp/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.hevy-mcp]
command = "npx"
args = ["-y", "hevy-mcp"]
[mcp_servers.hevy-mcp.env]
HEVY_API_KEY = "<your HEVY_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://server.smithery.ai/chrisdoc/hevy-mcp/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"hevy-mcp": {
"command": "npx",
"args": [
"-y",
"hevy-mcp"
],
"env": {
"HEVY_API_KEY": "<your HEVY_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hevy-mcp": {
"url": "https://server.smithery.ai/chrisdoc/hevy-mcp/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"hevy-mcp": {
"command": "npx",
"args": [
"-y",
"hevy-mcp"
],
"env": {
"HEVY_API_KEY": "<your HEVY_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"hevy-mcp": {
"type": "http",
"url": "https://server.smithery.ai/chrisdoc/hevy-mcp/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"hevy-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hevy-mcp"
],
"env": {
"HEVY_API_KEY": "<your HEVY_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hevy-mcp": {
"serverUrl": "https://server.smithery.ai/chrisdoc/hevy-mcp/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"hevy-mcp": {
"command": "npx",
"args": [
"-y",
"hevy-mcp"
],
"env": {
"HEVY_API_KEY": "<your HEVY_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hevy-mcp": {
"url": "https://server.smithery.ai/chrisdoc/hevy-mcp/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"hevy-mcp": {
"command": "npx",
"args": [
"-y",
"hevy-mcp"
],
"env": {
"HEVY_API_KEY": "<your HEVY_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.chrisdoc%2Fhevy-mcp)<a href="https://mcptoplist.com/server/io.github.chrisdoc%2Fhevy-mcp"><img src="https://mcptoplist.com/badge/io.github.chrisdoc%2Fhevy-mcp.svg" alt="MCP Toplist: Top 1% of 131,930" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 5 registries
chrisdoc
Available versions (1)
| Version | Published |
|---|---|
| 3.2.1 | Jul 17, 2026 |
Frequently asked questions
- Who maintains Hevy MCP Server?
- Hevy MCP Server is maintained by chrisdoc, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Hevy MCP Server listed on the Official MCP Registry?
- Yes — Hevy MCP Server is listed on the Official MCP Registry, alongside Smithery, PulseMCP, Glama and mcp.so.
- How many versions does Hevy MCP Server have?
- MCP Toplist tracks 1 version of Hevy MCP Server, most recently published on Jul 17, 2026.
- Where can I find the source code for Hevy MCP Server?
- The source code for Hevy MCP Server is hosted at github.com/chrisdoc/hevy-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.