Odel
igpsport mcp

igpsport mcp

Local
@dengxuhui3PythonMITUpdated 2mo ago

iGPSport cycling data with training metrics (NP/IF/TSS/CTL/ATL/TSB) and workout generation

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIigpsport-mcpv0.7.1

Run

uvx igpsport-mcp

MCP client config

{
  "mcpServers": {
    "igpsport-mcp": {
      "command": "uvx",
      "args": [
        "igpsport-mcp"
      ]
    }
  }
}