Multi-user MCP server for the intervals.icu API, hosted on Azure Functions (Flex Consumption).
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": "npx",
"args": [
"-y",
"daninden/intervals-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add intervals-mcp-server npx -y daninden/intervals-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"intervals-mcp-server": {
"command": "npx",
"args": [
"-y",
"daninden/intervals-mcp-server"
]
}
}
}