igpsport-mcp
About
iGPSport cycling data with training metrics (NP/IF/TSS/CTL/ATL/TSB) and workout generation
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
IGPSPORT_USERNAME IGPSPORT_PASSWORD IGPSPORT_REGION IGPSPORT_FTP IGPSPORT_LTHRClaude Code
claude mcp add --env IGPSPORT_USERNAME= --env IGPSPORT_PASSWORD= --env IGPSPORT_REGION= --env IGPSPORT_FTP= --env IGPSPORT_LTHR= igpsport-mcp -- uvx igpsport-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"igpsport-mcp","command":"uvx","args":["igpsport-mcp"],"env":{"IGPSPORT_USERNAME":"","IGPSPORT_PASSWORD":"","IGPSPORT_REGION":"","IGPSPORT_FTP":"","IGPSPORT_LTHR":""}}'
JSON
{
"mcpServers": {
"igpsport-mcp": {
"command": "uvx",
"args": [
"igpsport-mcp"
],
"env": {
"IGPSPORT_USERNAME": "",
"IGPSPORT_PASSWORD": "",
"IGPSPORT_REGION": "",
"IGPSPORT_FTP": "",
"IGPSPORT_LTHR": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.