Intervals.icu MCP Server

Intervals.icu MCP Server

Integrates Intervals.icu training data, wellness records, workouts, and calendar events with AI assistants through MCP tools.

Category
Visit Server

README

Intervals.icu MCP Server

An MCP (Model Context Protocol) server that integrates Intervals.icu with AI assistants like Claude or ChatGPT. It exposes your training data, wellness records, planned workouts, and calendar events through a set of tools that Claude can call directly.

Features

  • Athlete profile & settings — retrieve profile info and sport-specific settings (FTP, LTHR, HR zones, pace zones)
  • Activities — list, search, and get detailed metrics for completed workouts
  • Wellness — read daily wellness records (weight, resting HR, HRV, sleep, soreness, fatigue, stress, mood)
  • Training calendar — list, create, and update planned events (workouts, races, notes, and more)
  • Routes — browse saved routes with optional GPS path data
  • Summary stats — aggregate training load, distance, and time over a date range

Available Tools

Tool Description
get_athlete_profile Athlete name, email, and preferences
get_athlete Sport settings including FTP, LTHR, max HR, and pace zones
list_activities Activities within a date range
get_activity Detailed metrics for a single activity (optionally with lap data)
search_activities Search by name or tag (use #tag for exact tag match)
get_athlete_summary Aggregate stats (count, time, distance, calories, load) for a date range
list_wellness Wellness records within a date range
get_wellness Single-day wellness record
list_routes All saved routes
get_route Route details, optionally with GPS lat/lng path
list_events Planned calendar events within a date range (filterable by category)
get_event Detailed info for a single planned event
create_event Add a planned event to the calendar
update_event Modify an existing calendar event
list_event_tags All event tags used by the athlete

Prerequisites

  • Node.js 18+
  • An Intervals.icu account
  • An Intervals.icu API key (found in Settings → API)

Setup

1. Clone and install dependencies

git clone <repo-url>
cd IntervalsMCP
npm install

2. Configure environment variables

cp .env.example .env

Edit .env:

INTERVALS_API_KEY=your_api_key_from_intervals_icu_settings
INTERVALS_ATHLETE_ID=i0

INTERVALS_ATHLETE_ID defaults to i0 which resolves to your own athlete ID.

3. Build

npm run build

Connecting to Claude

Add this server to your Claude Desktop (or any MCP-compatible client) configuration:

{
  "mcpServers": {
    "intervals-icu": {
      "command": "node",
      "args": ["/absolute/path/to/IntervalsMCP/dist/index.js"]
    }
  }
}

Claude Desktop config is typically located at:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Development

# Watch mode — recompiles on file changes
npm run dev

# Run the compiled server directly
npm start

Project Structure

src/
  index.ts            # MCP server entry point
  intervals-client.ts # Intervals.icu API HTTP client
  tools.ts            # MCP tool definitions

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured