Claude MCP integration
Connect Claude Desktop to the Pacelab MCP server. Ask Claude for any workout — it's saved to your library and opens in the app with one tap.
Requirements
Setup
Settings → Developer → Edit Config.
{
"mcpServers": {
"pacelab-workout-creator": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://pacelabintervals.com/mcp"]
}
}
}
Fully quit Claude Desktop (⌘Q on Mac, right-click → Quit on Windows), then reopen it.
Try these prompts
"Create a 20-minute HIIT workout, bodyweight only."
"Build me a kettlebell strength circuit, 5 rounds."
"Make an EMOM with 3 exercises over 12 minutes."
Claude returns a share link — tap it on your phone to open the workout in Pacelab.
Free on iOS and Android. Install once — share links open in one tap.
mcp-remote is a small Node tool that bridges Claude Desktop to the remote MCP server. Install Node.js from nodejs.org if you don't have it.