Skip to content
Grok

kaiord for Grok

io.github.pablo-albaladejo/kaiord

Convert, validate, and inspect workout files (FIT, TCX, ZWO, Garmin Connect) for AI agents.

client:Grok transport:stdio runtime:npm

Install kaiord in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "kaiord": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@kaiord/mcp"
      ]
    }
  }
}

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

kaiord in other clients