MCP Directory
Back

intervals-mcp-server

by mvilanova · Python · ★ 301

Model Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.

Install

pip install git+https://github.com/mvilanova/intervals-mcp-server.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "intervals-mcp-server": {
      "command": "uvx",
      "args": [
        "git+https://github.com/mvilanova/intervals-mcp-server.git"
      ]
    }
  }
}

From the README

Model Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API. It provides tools for authentication and data retrieval for activities, events, wellness data, power curves, and custom items. If you find the Model Context Protocol (MCP) server useful, please consider supporting its continued development with a donation. - Python 3.12 or higher - [Model Context Protocol (MCP) Python SDK](https://github.com/modelcontextprotocol/python-sdk) - httpx - python-dotenv **macOS/Linux:** **Windows (PowerShell):** After installation, find the full path to — you'll n…
Read full README on GitHub →

Related other servers