Hevy MCP (Remote)
Rank #56,183io.github.rwestergren/hevy-mcp-remote
Hosted/gateway-ready Hevy fitness MCP: workouts, routines, templates.
Hevy MCP (Remote) is a Model Context Protocol (MCP) server published by rwestergren. It ranks #56,183 of 115,591 servers tracked on MCP Toplist. Hevy MCP (Remote) is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on May 3, 2026 and most recently updated on May 5, 2026.
Ranks ahead of 59,408 of 115,591 servers on MCP Toplist.
Use Hevy MCP (Remote)
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add hevy-mcp-remote -e "HEVY_API_KEY=<your HEVY_API_KEY>" -- docker run -i --rm -p 8080:8080 -e "HEVY_API_KEY={HEVY_API_KEY}" ghcr.io/rwestergren/hevy-mcp:0.1.6Replace each placeholder with your own value before saving.
[mcp_servers.hevy-mcp-remote]
command = "docker"
args = ["run", "-i", "--rm", "-p", "8080:8080", "-e", "HEVY_API_KEY={HEVY_API_KEY}", "ghcr.io/rwestergren/hevy-mcp:0.1.6"]
[mcp_servers.hevy-mcp-remote.env]
HEVY_API_KEY = "<your HEVY_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hevy-mcp-remote": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"8080:8080",
"-e",
"HEVY_API_KEY={HEVY_API_KEY}",
"ghcr.io/rwestergren/hevy-mcp:0.1.6"
],
"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-remote": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"8080:8080",
"-e",
"HEVY_API_KEY={HEVY_API_KEY}",
"ghcr.io/rwestergren/hevy-mcp:0.1.6"
],
"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-remote": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"8080:8080",
"-e",
"HEVY_API_KEY={HEVY_API_KEY}",
"ghcr.io/rwestergren/hevy-mcp:0.1.6"
],
"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-remote": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"8080:8080",
"-e",
"HEVY_API_KEY={HEVY_API_KEY}",
"ghcr.io/rwestergren/hevy-mcp:0.1.6"
],
"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-remote": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"8080:8080",
"-e",
"HEVY_API_KEY={HEVY_API_KEY}",
"ghcr.io/rwestergren/hevy-mcp:0.1.6"
],
"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.rwestergren%2Fhevy-mcp-remote)<a href="https://mcptoplist.com/server/io.github.rwestergren%2Fhevy-mcp-remote"><img src="https://mcptoplist.com/badge/io.github.rwestergren%2Fhevy-mcp-remote.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
rwestergren
Other servers by rwestergren
View all rwestergren servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.6 | May 5, 2026 |
Frequently asked questions
- Who maintains Hevy MCP (Remote)?
- Hevy MCP (Remote) is maintained by rwestergren, which publishes 4 MCP servers (15 total versions) tracked on MCP Toplist.
- Is Hevy MCP (Remote) listed on the Official MCP Registry?
- Yes — Hevy MCP (Remote) is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Hevy MCP (Remote) have?
- MCP Toplist tracks 1 version of Hevy MCP (Remote), most recently published on May 5, 2026.
- Where can I find the source code for Hevy MCP (Remote)?
- The source code for Hevy MCP (Remote) is hosted at github.com/rwestergren/hevy-mcp.