Install Rellavo for your AI

One command. Three AI clients. Zero config files to edit.

Paste your Rellavo token, run the line below, restart your AI. From the next chat onward, Claude / Cursor can find members, send messages, pull reports — anything in the /v1 API your token has scopes for.

Run on your machine
$ npx @rellavo/install rk_live_yourgym_aB3cD4eF5gH6iJ7kL8mN9oP0qR1sT2uV
Don't have a token yet? Sign into your CRM Settings → API Tokens → Connect Claude / Cursor. A new gym? Book a demo to get a tenant.
Detects Claude Desktop, Cursor, and Claude Code on your machine.
Preserves other MCP servers you already have configured.
Validates the token against your CRM before writing anything.

Three steps. About 90 seconds.

1

Get your API token

Sign into your Rellavo CRM → Settings → API Tokens → Connect Claude / Cursor. We issue you a fresh 90-day token with read access to your gym. Copy it.

2

Run one command

Paste your token into the installer below. It detects which AI clients you have installed and writes the config files for each. Nothing to hand-edit.

3

Restart your AI

Claude Desktop, Cursor, Claude Code — restart the one(s) you use. The 12 Rellavo tools appear in the tools picker on every new chat.

Supported AI clients

Works with what you already use.

Claude Desktop
Anthropic
macOS + Windows. Restart the app after install.
Cursor
Anysphere
AI-first code editor. Pick up the server under Settings → MCP.
Claude Code
Anthropic CLI
Restart your shell session to load the new tools.

Prefer to edit config files yourself?

Not a problem. Skip the installer and configure the MCP server directly:

{
  "mcpServers": {
    "rellavo": {
      "command": "npx",
      "args": ["-y", "@rellavo/mcp@latest"],
      "env": {
        "RELLAVO_API_KEY": "rk_live_yourgym_...",
        "RELLAVO_API_URL": "https://yourgym.rellavo.com/v1"
      }
    }
  }
}

Paste into your client's MCP config file. See the full API page for client-specific paths and the complete tool list.

Try this after install

Once it's connected, just ask.

  • “Find members who haven't checked in for 3 weeks and draft win-back emails for each.”
  • “Show me this week's revenue broken down by day.”
  • “Who's on the schedule today, and who hasn't checked in yet?”
  • “Create a task for me to follow up with every new lead from this month.”