Tredict MCP Server Enables Claude to Create and Push Training Plans to Sports Watches

A developer has built a Tredict MCP Server for Claude.ai and Claude Code, using Claude extensively during development to implement the server and its tools. Tredict is a training planning and analytics platform for endurance athletes and coaches that connects with Garmin, Coros, Suunto, Wahoo, and other devices.
Core Functionality
With the Tredict MCP Server added to Claude, users can create complex endurance training plans with structured workouts by prompting Claude with specific questions. These workouts are uploaded directly to connected sports watches via Tredict, ready for execution. This creates a workflow cycle: AI generates plans, user executes them, AI assesses performance, then generates new plans.
Features and Capabilities
- The MCP server includes an MCP App specifically designed for Claude.ai that provides visual and interactive feedback on newly created training plans, embedded directly within the Claude chat interface.
- Users can ask Claude for current running FTP (Functional Threshold Power) and other performance metrics used in running and cycling.
- Claude can provide information about users' best training sessions and discuss training data.
- The developer reports that Claude created "very meaningful and complex plans" during testing, demonstrating strong capability for creating structured workouts.
Setup and Access
The workflow involves connecting your preferred sports watch to Tredict on one side, then letting Claude push structured workouts to it through the MCP server. Tredict offers a free trial for 3 months. Connection instructions for Claude.ai to the Tredict MCP Server are available at: https://www.tredict.com/faq/connect-claude-web-with-tredict/
📖 Read the full source: r/ClaudeAI
👀 See Also

AnyClaw: Ubuntu 24.04 with Android hardware access and AI agent for terminal development
AnyClaw provides a full Ubuntu 24.04 environment running in proot on Android with direct access to Android hardware APIs from the terminal, including camera, GPS, battery, and sensors via bash commands and Java execution. It includes an AI coding agent that can orchestrate these tools and a web UI accessible from any browser on the same network.

Claude Code Plugin 'nice-figures' Creates Research-Blog Style Matplotlib Plots
nice-figures is a Claude Code plugin that generates matplotlib figures matching Anthropic's soft-pastel research blog style. Includes 16 chart recipes, zero extra dependencies, and automatic styling.

OpenClaw plugin adds persistent memory with Engram server
A developer built a TypeScript plugin connecting OpenClaw agents to Engram, a Go-based memory server using SQLite with FTS5 search. The plugin provides 11 tools, 4 lifecycle hooks, and automatic recall that injects relevant memories into prompts before each agent turn.

LamBench: A Lambda Calculus Benchmark Suite for AI Coding Agents
LamBench is a benchmark suite evaluating AI agents on lambda calculus tasks, measuring intelligence, speed, and elegance. The v1 release includes problems and a matrix of scores.