intervals-icu-mcp
About
Read/write Intervals.icu MCP server: activities, wellness, calendar, gear, and workouts.
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
INTERVALS_ICU_API_KEY INTERVALS_ICU_ATHLETE_IDClaude Code
claude mcp add --env INTERVALS_ICU_API_KEY= --env INTERVALS_ICU_ATHLETE_ID= intervals-icu-mcp -- uvx intervals-icu-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":"intervals-icu-mcp","command":"uvx","args":["intervals-icu-mcp"],"env":{"INTERVALS_ICU_API_KEY":"","INTERVALS_ICU_ATHLETE_ID":""}}'
JSON
{
"mcpServers": {
"intervals-icu-mcp": {
"command": "uvx",
"args": [
"intervals-icu-mcp"
],
"env": {
"INTERVALS_ICU_API_KEY": "",
"INTERVALS_ICU_ATHLETE_ID": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.