← Back to browse

gym-plus

Indexed by plus.gym

About

Connect ChatGPT or Claude to your Gym Plus account to log and review workouts with AI coaching.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

TransportHTTP (remote server)
Claude Code
claude mcp add --transport http gym-plus https://gym.plus/api/mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"gym-plus","type":"http","url":"https://gym.plus/api/mcp"}'
JSON
{
  "mcpServers": {
    "gym-plus": {
      "url": "https://gym.plus/api/mcp"
    }
  }
}