← Back to browse

intervals-icu-mcp

Indexed by io.github.hhopke

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 varsINTERVALS_ICU_API_KEY INTERVALS_ICU_ATHLETE_ID
Claude Code
claude mcp add --env INTERVALS_ICU_API_KEY= --env INTERVALS_ICU_ATHLETE_ID= intervals-icu-mcp -- uvx intervals-icu-mcp
Cursor

Add to 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.