Skip to content
Cursor

kaiord for Cursor

io.github.pablo-albaladejo/kaiord

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

client:Cursor transport:stdio runtime:npm

Install kaiord in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

kaiord in other clients