intervals-mcp
Provides AI assistants with read-only access to an athlete's Intervals.icu training data, including activities, wellness metrics, zones, and planned events, for use with MCP clients like ChatGPT and Claude.
README
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.
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 bash
Review 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 compatibility
Treat 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>/mcp
ChatGPT
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.sh
For 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 alex
Avoid --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-mcp
Security 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 pytest
Tests 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.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。