AgentHubAgentHub

intervals-icu-mcp

MCP ServerMCP Registry官方收录

io.github.hhopke/intervals-icu-mcp · v3.0.0

MCP server for Intervals.icu — access training, wellness, and performance data from LLMs.

概览

intervals-icu-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "intervals-icu-mcp": {
      "command": "uvx",
      "args": [
        "intervals-icu-mcp"
      ],
      "env": {
        "INTERVALS_ICU_API_KEY": "<INTERVALS_ICU_API_KEY>",
        "INTERVALS_ICU_ATHLETE_ID": "<INTERVALS_ICU_ATHLETE_ID>"
      }
    }
  }
}

环境变量

INTERVALS_ICU_API_KEY必填secret

Your Intervals.icu API key (from Settings → Developer)

INTERVALS_ICU_ATHLETE_ID必填

Your Intervals.icu athlete ID (e.g. i12345)

相关资源

统一 Manifest

{
  "id": "io.github.hhopke/intervals-icu-mcp",
  "type": "mcp-server",
  "version": "3.0.0",
  "displayName": "intervals-icu-mcp",
  "description": "MCP server for Intervals.icu — access training, wellness, and performance data from LLMs.",
  "repository": {
    "url": "https://github.com/hhopke/intervals-icu-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "intervals-icu-mcp",
        "version": "3.0.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "INTERVALS_ICU_API_KEY",
            "description": "Your Intervals.icu API key (from Settings → Developer)",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "INTERVALS_ICU_ATHLETE_ID",
            "description": "Your Intervals.icu athlete ID (e.g. i12345)",
            "isRequired": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.hhopke/intervals-icu-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.hhopke%2Fintervals-icu-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
intervals-icu-mcp — MCP Server 安装与配置 · AgentHub