intervals-mcp-server

mvilanova/intervals-mcp-server
★ 166 stars Python 🤖 AI/LLM Updated 1mo ago
Model Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "intervals-mcp-server": {
      "command": "uvx",
      "args": [
        "intervals-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install intervals-mcp-server