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
Open Claude → Settings → Connectors.
Click "Add custom connector" and paste the LiftLogic MCP URL.
Sign in with the same email you use in the LiftLogic app — done! Ask Claude anything about your training.
Run this in your terminal, then approve the sign-in prompt:
claude mcp add --transport http liftlogic https://mcp.liftlogic.fit/mcp
Open ChatGPT → Settings → Connectors (enable Developer mode if you don't see it).
Click "Add connector" and paste the LiftLogic MCP URL.
Sign in with your LiftLogic email and start asking about your progress.
Click the install button below (or add the snippet to ~/.cursor/mcp.json):
{
"mcpServers": {
"liftlogic": {
"url": "https://mcp.liftlogic.fit/mcp"
}
}
}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.