intervals-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@intervals-mcpHow was my training load this week?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Intervals MCP
A self-hosted, read-only MCP server that gives AI assistants access to an athlete's Intervals.icu training data.
Connect a sports watch, bike computer, trainer, Strava, or another supported source to Intervals.icu. Intervals MCP then exposes the normalized training data to ChatGPT, Claude, Claude Code, Cursor, VS Code, and other MCP clients. See Intervals.icu for its current integrations; the list changes over time.
The server only makes GET requests. It cannot create, edit, or delete anything
in an athlete's Intervals.icu account.
What an assistant can read
Athlete profile, timezone, sport settings, zones, FTP, LTHR, and max HR.
Activities, details, laps, intervals, and downsampled streams.
Wellness, fitness, fatigue, HRV, sleep, mood, and weight when available.
Planned events, best-effort curves, gear, and the workout library.
Additional Intervals.icu v1
GETendpoints through a read-only raw tool.
Large responses are compacted before they reach the model. Empty fields are dropped, streams are downsampled, and summaries use the full data series.
Related MCP server: intervals.mcp
Quick start
You need an Ubuntu or Debian VPS with a public hostname. Point the hostname's DNS record at the server and allow inbound TCP ports 80 and 443. The installer adds Docker, Compose, Git, and uv when they are missing:
curl -fsSL https://raw.githubusercontent.com/VictorForV/intervals-mcp/master/install.sh | sudo bashReview install.sh before running it if you prefer not to pipe a
remote script to a privileged shell. Manual installation remains available by
cloning the repository and running ./manage.sh after installing the
prerequisites.
Choose Initial setup. The manager asks for the public hostname, a short athlete name, and the Intervals.icu athlete ID and API key. The ID and key are available under Settings → Developer Settings in Intervals.icu. The API key uses hidden input.
The manager creates owner-only configuration, generates a strong random URL
token, starts the service, and prints the connector URLs. Run ./manage.sh later
to add, list, edit, or remove athletes, rotate URLs, rebuild, restart, or inspect
the service.
Connecting an AI client
Each athlete receives two secret URLs:
https://mcp.example.com/<secret>/mcp # Streamable HTTP, preferred
https://mcp.example.com/<secret>/sse # legacy SSE compatibilityTreat the complete URL like a password. It grants read access to that athlete's training and wellness data.
Claude and Claude Desktop
Open Settings → Connectors → Add custom connector and enter the /mcp URL.
Availability and organization permissions depend on the Claude plan. See the
current Anthropic instructions.
Claude Code
The manager prints a ready-to-run command:
claude mcp add --transport http intervals-alex https://mcp.example.com/<secret>/mcpChatGPT
Add the server as a custom app/connector and use the URL accepted by your current ChatGPT workspace. Availability, UI, and administrator requirements vary by plan and can change. See the current OpenAI apps documentation. The manager shows both URL formats for compatibility.
Other clients
Use /mcp with remote Streamable HTTP clients and /sse with older SSE clients.
Follow the client's current documentation and never commit a secret URL to a
shared configuration.
Administration
The interactive panel is the recommended interface:
./manage.shFor automation, the same interface has subcommands:
uv run intervals-mcp-admin add
uv run intervals-mcp-admin list
uv run intervals-mcp-admin show alex
uv run intervals-mcp-admin edit alex
uv run intervals-mcp-admin rotate alex
uv run intervals-mcp-admin remove alexAvoid --api-key in an interactive shell because command arguments can be saved
in shell history or exposed in the process list. Omit it for hidden input.
Local stdio mode
For one athlete and a client that launches local processes, copy .env.example
to .env, configure the Intervals.icu credentials, and run:
uv run intervals-mcpSecurity model
Intervals.icu requests are read-only (
GET).Each athlete gets a separate API client and independent random path token.
.envandusers.tomlare gitignored and written with mode0600.API keys and path tokens are excluded from application and proxy access logs.
The public service uses HTTPS through Caddy.
users.tomlis mounted read-only into the container.
The path token is bearer authentication: anyone with the URL can read that
athlete's data. Rotate it from ./manage.sh if exposed. See
SECURITY.md for reporting issues.
Development
uv sync
uv run pytestTests use fully synthetic, API-shaped fixtures and make no network requests.
Regenerate them with uv run python scripts/generate_fixtures.py.
See CONTRIBUTING.md for development guidelines.
License
MIT — see LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceEnables AI assistants to interact with Intervals.icu fitness tracking and wellness data, allowing users to fetch, filter, and group activities or health metrics. It provides structured summaries of workouts and physical well-being through natural language queries.4
- FlicenseAqualityCmaintenanceEnables AI assistants to access and analyze intervals.icu training data including activities, fitness metrics (CTL/ATL/TSB), wellness stats, and calendar events. Supports natural language querying of athletic performance for training insights and workout planning.6
- AlicenseAqualityDmaintenanceEnables interaction with Intervals.icu data, including activities, wellness, and calendar events, via natural language.10341MIT
- AlicenseNot gradedqualityDmaintenanceIntegrates Intervals.icu training data, wellness records, workouts, and calendar events with AI assistants through MCP tools.271MIT
Related MCP Connectors
Garmin data in Claude & ChatGPT via the Garmin Health API. OAuth sign-in, no password sharing.
Garmin data in Claude: 135 tools — activities, sleep, HRV, training, workouts. Free, open source.
WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/VictorForV/intervals-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server