Skip to content
Cursor

intervals icu mcp for Cursor

io.github.hhopke/intervals-icu-mcp

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

client:Cursor transport:stdio runtime:pypi

Install intervals icu mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "intervals-icu-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "intervals-icu-mcp"
      ],
      "env": {
        "INTERVALS_ICU_API_KEY": "<INTERVALS_ICU_API_KEY>",
        "INTERVALS_ICU_ATHLETE_ID": "<INTERVALS_ICU_ATHLETE_ID>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

intervals icu mcp in other clients