MCP Server

Ask any AI about your training

Plug your LiftLogic data straight into your favorite AI assistant and get answers grounded in your workouts, PRs, nutrition, and recovery:

"How has my bench press progressed this year?"

"Which muscles am I neglecting?"

"Do I train better after a good night's sleep?"

https://mcp.liftlogic.fit/mcp

Set it up in your AI

  1. Open Claude → Settings → Connectors.

  2. Click "Add custom connector" and paste the LiftLogic MCP URL.

  3. Sign in with the same email you use in the LiftLogic app — done! Ask Claude anything about your training.

Open Claude Connectors

  1. Run this in your terminal, then approve the sign-in prompt:

claude mcp add --transport http liftlogic https://mcp.liftlogic.fit/mcp

  1. Open ChatGPT → Settings → Connectors (enable Developer mode if you don't see it).

  2. Click "Add connector" and paste the LiftLogic MCP URL.

  3. Sign in with your LiftLogic email and start asking about your progress.

  1. Click the install button below (or add the snippet to ~/.cursor/mcp.json):

{
  "mcpServers": {
    "liftlogic": {
      "url": "https://mcp.liftlogic.fit/mcp"
    }
  }
}
Add to Cursor

  1. Add this to ~/.gemini/settings.json, then restart Gemini CLI:

{
  "mcpServers": {
    "liftlogic": {
      "httpUrl": "https://mcp.liftlogic.fit/mcp"
    }
  }
}

Read-only. Your AI can see your training data — never change it. It only ever sees your own data, secured by OAuth sign-in with your LiftLogic email. Disconnect anytime from your AI's settings.