Intervals Icu MCP

A Model Context Protocol (MCP) server for Intervals.icu integration. Access your training data, wellness metrics, and performance analysis through Claude, ChatGPT, and other LLMs. It runs locally over stdio via the published package.

People who work with intervals icu, fitness tracking and running and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-16 · ★ 76 · #11 OF 160 MAINTAINED PRODUCTIVITY · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Intervals Icu MCP

before you install - you'll need

Set INTERVALS_ICU_API_KEY, INTERVALS_ICU_ATHLETE_ID before connecting.

Claude Code

claude mcp add hhopke-intervals-icu-mcp -- uvx intervals-icu-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "hhopke-intervals-icu-mcp": {
      "command": "uvx",
      "args": [
        "intervals-icu-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package intervals-icu-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.hhopke is GitHub-verified and matches the repo owner

03 · What Intervals Icu MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v5.1.0 · 2026-09-16

A writable workout library · Browsing was all the server could do here: icu_get_workout_library and icu_get_workouts_in_folder listed templates the athlete had built by hand in the web UI. icu_create_workout…

v5.0.1 · 2026-09-10

All 60 activity disciplines · event_type was documented as eight values - Ride, Run, Swim, Walk, Hike, VirtualRide, VirtualRun, Other - in the tool parameter hints and in the intervals-icu://event-categories resource.…

v5.0.0 · 2026-08-31

> [!NOTE] · > Your zones were coming from a formula, not from your account. On a live profile the synthesized "Z1" ran 102–122 bpm where the real one tops at 138. This release returns the configured zones and removes…

04 · Who maintains Intervals Icu MCP

intervals-icu-mcp is maintained by hhopke. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
productivity - ranked #11 of 160 actively-maintained productivity servers as of 2026-09-18.
release cadence
9 releases in the last 90 days (latest 2026-09-16)
registry
io.github.hhopke/intervals-icu-mcp (active, first published 2026-04-24 · 14 versions)
packages
pypi:intervals-icu-mcp

06 · Intervals Icu MCP FAQ

What is Intervals Icu MCP?

A Model Context Protocol (MCP) server for Intervals.icu integration. Access your training data, wellness metrics, and performance analysis through Claude, ChatGPT, and other LLMs. It runs locally over stdio via the published package.

Is Intervals Icu MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 9 releases in the last 90 days. We re-verify nightly.

How do I install Intervals Icu MCP?

Run `uvx intervals-icu-mcp`. The README documents 2 environment variables (INTERVALS_ICU_API_KEY, INTERVALS_ICU_ATHLETE_ID) to set first. Set INTERVALS_ICU_API_KEY, INTERVALS_ICU_ATHLETE_ID before connecting. You can also paste the ready-made client config above.

Does Intervals Icu MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Intervals Icu MCP