Odel
kaiord

kaiord

Local
@pablo-albaladejo9TypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@kaiord/mcpv10.0.0

Run

npx -y @kaiord/mcp

MCP client config

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