mcpbeat Sign in

Intervals Icu MCP Server

local only

Intervals Icu MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 1 669 installs a week from pypi. Last commit 16 Sep 2026.

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

Installs per day peak 696 · avg 134 · +289% w/w
a month agotoday
1 669
Installs / week
pypi · intervals-icu-mcp
80
Stars
12 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Intervals Icu MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add intervals-icu-mcp -- uvx intervals-icu-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "intervals-icu-mcp": {
      "args": [
        "intervals-icu-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.intervals-icu-mcp]
command = "uvx"
args = ["intervals-icu-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "intervals-icu-mcp": {
      "args": [
        "intervals-icu-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "intervals-icu-mcp": {
      "args": [
        "intervals-icu-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: INTERVALS_ICU_API_KEY (Your Intervals.icu API key (from Settings → Developer)), INTERVALS_ICU_ATHLETE_ID (Your Intervals.icu athlete ID (e.g. i12345)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Intervals Icu MCP

same job, measured the same way
Oura Ring
by yasuakiomokawa

MCP server for Oura Ring API v2 (sleep, activity, readiness, heart rate, workouts).

98 installs/wk local only
MCP Server Polarion
by devemberx

MCP server for Polarion ALM — read and write documents and work items

296 installs/wk local only
Mac Calendar MCP
by wagamama

Read-only Mac Calendar MCP server with indexed archive search.

170 installs/wk local only
Strava MCP
by ljcl

Remote MCP server for your Strava activities, segments, and routes

local only
Nylas
by usefulapi

MCP server for Nylas — read email, calendars, events and contacts, and send email or create events.

15 tools answering
Weekness — Week & Calendar Utilities
by dvdksn

MCP server with ISO week and calendar tools for date conversion, week math, and weekday lookups.

local only
Slack
by pulsemcp

MCP server for Slack — read/write messages, manage threads, and react to messages.

568 installs/wk local only
Obsidian Vault MCP Server
by oleksandrkucherenko

Access Obsidian vaults via Local REST API - read, search, and interact with notes

109 installs/wk local only

Intervals Icu MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Intervals Icu MCP?
Intervals Icu MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package intervals-icu-mcp was installed 1 669 times last week.
How do I connect Intervals Icu MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls intervals-icu-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Intervals Icu MCP?
The pypi package intervals-icu-mcp was installed 1 669 times in the last week. Week over week that is +289%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Intervals Icu MCP open source?
Yes — it is published under the MIT licence, written in Python, 80 stars on GitHub and 12 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.