mcp-server

tredict-com/mcp-server
★ 2 stars Unknown language 🤖 AI/LLM Updated 6d ago
Official MCP server for Tredict. Connect Claude, ChatGPT or any MCP-compatible AI assistant to your training history, analyse activities, determine capacity values and create fully structured training plans synced to your watch.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "tredict-com/mcp-server"
      ]
    }
  }
}