Local MCP server exposing iGPSport cycling data to LLM clients. Computes training metrics (NP/IF/TSS/CTL/ATL/TSB) server-side,
supports 17 tools including activity analysis, segment leaderboards, workout generation, and threshold estimation.
Overview
iGPSport MCP is a local stdio MCP server that bridges iGPSport cycling data into LLM clients (Claude Desktop, Claude Code, etc.).
Key features:
- 17 MCP tools: activity list/detail/streams/laps, segment explorer (CN only), athlete stats, training load (CTL/ATL/TSB), threshold estimation, workout generation
- Server-side derived metrics: Normalized Power, Intensity Factor, TSS, hrTSS, Coggan 7-zone power distribution, Friel HR zones
- Dual-region: CN (prod.zh.igpsport.com) and INTL (app.igpsport.com)
- Local-first: FIT files cached locally; zero server dependency beyond initial API fetch
- Transport: stdio (uvx igpsport-mcp)
Install: uvx igpsport-mcp
GitHub: https://github.com/dengxuhui/igpsport-mcp
PyPI: https://pypi.org/project/igpsport-mcp/