Skip to content
VS Code

Hevy MCP for VS Code

io.github.diecoscai/hevy-mcp

MCP server for the Hevy fitness API — spec-generated schemas, dry-run-safe writes, easy setup.

client:VS Code transport:stdio runtime:npm

Install Hevy MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "hevy-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@diecoscai/hevy-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Hevy MCP in other clients