Back to Apps

TrainingPeaks MCP
Supports UIby jamsusmaximus
Analyze workouts, track fitness trends, and query TrainingPeaks data using natural language.
0 stars
Works in:claude
Exposes:Tools
What it does
Integrates TrainingPeaks fitness data with AI assistants, allowing athletes and coaches to query workout history, analyze CTL/ATL/TSB fitness metrics, and retrieve power personal records via simple conversation.
Tools
get_workouts: Query and list recent or specific training sessions.get_fitness_metrics: Retrieve current CTL, ATL, and TSB values.get_power_records: Access personal records for power-based metrics.auth_status: Check current connection status to TrainingPeaks.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"trainingpeaks": {
"command": "python",
"args": ["-m", "tp_mcp"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
python -m tp_mcpInformation
- Pricing
- free
- Published
- 4/24/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Configure as a python module in claude_desktop_config.json





