intervals-mcp-server
Model Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
The Intervals.icu MCP Server provides tools for authentication and data retrieval for activities, events, and wellness data. It enables seamless integration between Claude, ChatGPT, and the Intervals.icu API, allowing users to access their fitness data efficiently. With this server, developers can build applications that leverage the Intervals.icu platform to enhance user experience and engagement in health and wellness activities.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"intervals-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-intervals-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions