intervals-icu-mcp
Rank #2,150io.github.hhopke/intervals-icu-mcp
Read/write Intervals.icu MCP server: activities, wellness, calendar, gear, and workouts.
intervals-icu-mcp is a Model Context Protocol (MCP) server published by hhopke. It ranks #2,150 of 115,591 servers tracked on MCP Toplist, and its repository has 59 GitHub stars. intervals-icu-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 5 tracked versions. It was first listed on Mar 29, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 113,441 of 115,591 servers on MCP Toplist.
Use intervals-icu-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add intervals-icu-mcp -e "INTERVALS_ICU_API_KEY=<your INTERVALS_ICU_API_KEY>" -e "INTERVALS_ICU_ATHLETE_ID=<your INTERVALS_ICU_ATHLETE_ID>" -- uvx intervals-icu-mcpReplace each placeholder with your own value before saving.
[mcp_servers.intervals-icu-mcp]
command = "uvx"
args = ["intervals-icu-mcp"]
[mcp_servers.intervals-icu-mcp.env]
INTERVALS_ICU_API_KEY = "<your INTERVALS_ICU_API_KEY>"
INTERVALS_ICU_ATHLETE_ID = "<your INTERVALS_ICU_ATHLETE_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"intervals-icu-mcp": {
"command": "uvx",
"args": [
"intervals-icu-mcp"
],
"env": {
"INTERVALS_ICU_API_KEY": "<your INTERVALS_ICU_API_KEY>",
"INTERVALS_ICU_ATHLETE_ID": "<your INTERVALS_ICU_ATHLETE_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"intervals-icu-mcp": {
"command": "uvx",
"args": [
"intervals-icu-mcp"
],
"env": {
"INTERVALS_ICU_API_KEY": "<your INTERVALS_ICU_API_KEY>",
"INTERVALS_ICU_ATHLETE_ID": "<your INTERVALS_ICU_ATHLETE_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"intervals-icu-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"intervals-icu-mcp"
],
"env": {
"INTERVALS_ICU_API_KEY": "<your INTERVALS_ICU_API_KEY>",
"INTERVALS_ICU_ATHLETE_ID": "<your INTERVALS_ICU_ATHLETE_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"intervals-icu-mcp": {
"command": "uvx",
"args": [
"intervals-icu-mcp"
],
"env": {
"INTERVALS_ICU_API_KEY": "<your INTERVALS_ICU_API_KEY>",
"INTERVALS_ICU_ATHLETE_ID": "<your INTERVALS_ICU_ATHLETE_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"intervals-icu-mcp": {
"command": "uvx",
"args": [
"intervals-icu-mcp"
],
"env": {
"INTERVALS_ICU_API_KEY": "<your INTERVALS_ICU_API_KEY>",
"INTERVALS_ICU_ATHLETE_ID": "<your INTERVALS_ICU_ATHLETE_ID>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.hhopke%2Fintervals-icu-mcp)<a href="https://mcptoplist.com/server/io.github.hhopke%2Fintervals-icu-mcp"><img src="https://mcptoplist.com/badge/io.github.hhopke%2Fintervals-icu-mcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
hhopke
Available versions (5)
| Version | Published |
|---|---|
| 5.0.0 | Aug 31, 2026 |
| 4.4.0 | Jul 31, 2026 |
| 2.0.0 | Apr 29, 2026 |
| 1.3.0 | Apr 26, 2026 |
| 1.0.1 | Apr 24, 2026 |
Frequently asked questions
- Who maintains intervals-icu-mcp?
- intervals-icu-mcp is maintained by hhopke, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is intervals-icu-mcp listed on the Official MCP Registry?
- Yes — intervals-icu-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does intervals-icu-mcp have?
- MCP Toplist tracks 5 versions of intervals-icu-mcp, most recently published on Aug 31, 2026.
- Where can I find the source code for intervals-icu-mcp?
- The source code for intervals-icu-mcp is hosted at github.com/hhopke/intervals-icu-mcp.