MCP Catalogs
Home

intervals-icu-mcp vs time

Side-by-side comparison to help you pick between these two MCP servers.

intervals-icu-mcp
by eddmann
time
by modelcontextprotocol
Stars★ 25★ 85,748
30d uses
Score4377
Official
Categories
ProductivityhealthAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit6 mo agothis month

intervals-icu-mcp · Summary

Comprehensive MCP server for Intervals.icu integration with 48 tools for training data, wellness metrics, and performance analysis.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

intervals-icu-mcp · Use cases

  • Analyze cycling or running performance metrics and training data
  • Plan and manage workout schedules and training events
  • Track wellness metrics including recovery, sleep, and HRV
  • Manage cycling and running gear with maintenance tracking
  • Review historical activities and performance curves

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

intervals-icu-mcp · Install

Installation

Prerequisites

  • Python 3.11+ and [uv](https://github.com/astral-sh/uv), OR
  • Docker

Authentication Setup

  1. Get your Intervals.icu API key from https://intervals.icu/settings
  2. Note your Athlete ID from your profile URL (format: i123456)

Option 1: Using UV

cd intervals-icu-mcp
uv sync

# Configure credentials
uv run intervals-icu-mcp-auth

Option 2: Using Docker

docker build -t intervals-icu-mcp .

# Create and configure env file
touch intervals-icu-mcp.env
docker run -it --rm -v "$(pwd)/intervals-icu-mcp.env:/app/.env" intervals-icu-mcp:latest python -m intervals_icu_mcp.scripts.setup_auth

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "intervals-icu": {
      "command": "uv",
      "args": [
        "run",
        "--directory",
        "/ABSOLUTE/PATH/TO/intervals-icu-mcp",
        "intervals-icu-mcp"
      ]
    }
  }
}

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.