igpsport mcp for Cursor
io.github.dengxuhui/igpsport-mcp
iGPSport cycling data with training metrics (NP/IF/TSS/CTL/ATL/TSB) and workout generation
client:Cursor
transport:stdio
runtime:pypi
Install igpsport mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"igpsport-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"igpsport-mcp"
],
"env": {
"IGPSPORT_USERNAME": "<IGPSPORT_USERNAME>",
"IGPSPORT_PASSWORD": "<IGPSPORT_PASSWORD>",
"IGPSPORT_REGION": "<IGPSPORT_REGION>",
"IGPSPORT_FTP": "<IGPSPORT_FTP>",
"IGPSPORT_LTHR": "<IGPSPORT_LTHR>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs