← Back to Plugins
MCP Server MCP

io.github.hhopke/intervals-icu-mcp

github By github 👁 1 views ▲ 0 votes

Read/write Intervals.icu MCP server: activities, wellness, calendar, gear, and workouts.

Homepage Verified source GitHub

Install

uvx intervals-icu-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "intervals-icu-mcp",
      "version": "4.4.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Intervals.icu API key (from Settings → Developer)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "INTERVALS_ICU_API_KEY"
        },
        {
          "description": "Your Intervals.icu athlete ID (e.g. i12345)",
          "isRequired": true,
          "format": "string",
          "name": "INTERVALS_ICU_ATHLETE_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...