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.
$ npx @rellavo/install rk_live_yourgym_aB3cD4eF5gH6iJ7kL8mN9oP0qR1sT2uVThree steps. About 90 seconds.
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.
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.
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.
Works with what you already use.
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.
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.”