The intervals MCP server connects Claude and ChatGPT to the Intervals.icu API, allowing AI agents to fetch and analyze fitness data. It provides tools for querying workout history, tracking progress, and generating insights. Developers use it to build fitness-focused AI applications that integrate with Intervals.icu's workout tracking system.
The intervals MCP server connects Claude and ChatGPT to the Intervals.icu API, allowing AI agents to fetch and analyze fitness data. It provides tools for querying workout history, tracking progress, and generating insights. Developers use it to build fitness-focused AI applications that integrate with Intervals.icu's workout tracking system.
pip install intervals-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mvilanova-intervals-mcp-server-github": {
"command": "uvx",
"args": [
"pip install intervals-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from intervals?"
API Key Required
This server requires an API key from intervals. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| INTERVALS_API_KEY | Yes | Your intervals API key |
"What resources are available in intervals?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in intervals"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in intervals with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.