intervals icu mcp for Grok
io.github.hhopke/intervals-icu-mcp
Read/write Intervals.icu MCP server: activities, wellness, calendar, gear, and workouts.
client:Grok
transport:stdio
runtime:pypi
Install intervals icu mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"intervals-icu-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"intervals-icu-mcp"
],
"env": {
"INTERVALS_ICU_API_KEY": "<INTERVALS_ICU_API_KEY>",
"INTERVALS_ICU_ATHLETE_ID": "<INTERVALS_ICU_ATHLETE_ID>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs