GymUp Docs
MCP Server

Get Started

Connect to the GymUp MCP server from any compatible client.

GymUp exposes an MCP server that gives AI assistants access to exercise search, program generation, evidence-based training guidelines, volume analysis, athlete profile management, workout logging, and long-term athlete memories.

TierToolsRate Limit
Free24 tools — profile reads/writes, program CRUD, activity logging, memory CRUD, deterministic analytics (volume, RPE, e1RM, PRs, fitness index), raw rows for custom analysis, basic program preview30 req/min
Pro3 IP-protected LLM tools — generate_smart_program, commit_program_draft, ask_coach (Haiku-backed personalized coaching)120 req/min

All tiers also share a monthly AI usage allowance that caps calls hitting our LLM (currently ask_coach and generate_smart_program). Usage resets at the start of each billing cycle and is shown as a percentage in the app settings.

Installation

Add the GymUp MCP server to your client configuration.

{
  "mcpServers": {
    "gymup": {
      "url": "https://gymup.app/api/mcp"
    }
  }
}
{
  "mcpServers": {
    "gymup": {
      "url": "https://gymup.app/api/mcp"
    }
  }
}
{
  "mcpServers": {
    "gymup": {
      "serverUrl": "https://gymup.app/api/mcp"
    }
  }
}

Any MCP-compatible client that supports StreamableHTTP transport can connect to https://gymup.app/api/mcp via POST.

On this page