MCP Integration

API Token

Generate a token to connect any MCP-compatible AI agent — Claude Desktop, Raycast, Cursor — to your kordi subscriptions. Using Claude? Follow the visual setup guide. See the developer docs for the full API.

Your API Token

lock Click below to generate your token

Claude Desktop

Claude Desktop reaches remote servers through the mcp-remote bridge (needs Node.js). In Claude Desktop open Settings → Developer → Edit Config — it opens claude_desktop_config.json for you (~/Library/Application Support/Claude/ on Mac, %APPDATA%\Claude\ on Windows). Paste this, save, then quit Claude Desktop completely and reopen. Generating a token above fills in the real value.

{
  "mcpServers": {
    "kordi": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://kordiapp.com/mcp", "--header", "Authorization:${KORDI_AUTH}"],
      "env": { "KORDI_AUTH": "Bearer <generate your token above>" }
    }
  }
}

The ${KORDI_AUTH} env-var indirection works around a Claude Desktop argument-quoting bug on Windows (fine on Mac too). Using Cursor, Claude Code, or another client? Per-client setups are on the connect page.

Background Automation

Let a trusted ambient agent (like Lenovo's Qira) pause a subscription for you in the background without asking each time. Strictly pause-only — anything irreversible, like cancelling for good, always checks with you first, and you'll get an email if the agent ever gets stuck and needs you.

Autonomous pause

Off — agents always ask before pausing

Notes

speed20 tool calls per 60 seconds per MCP session. Over the limit, the agent receives a back-off message.
tokenTokens are valid for 90 days. Regenerate anytime — the old token is invalidated immediately.
menu_bookFull tool reference and curl examples in the developer docs.