Connect AIRIX to Codex

The OpenAI Codex CLI connects to remote MCP servers over HTTP, so it can read your AIRIX data without leaving the terminal. You add the AIRIX server once with codex mcp add, sign in to AIRIX in your browser with codex mcp login, and then ask Codex about your weekly visibility score, the competitors AI assistants recommend instead of you, and your top fixes. Codex stores the connection in your ~/.codex/config.toml and handles the OAuth sign-in natively.

Before you start

The AIRIX MCP connection requires a paid AIRIX plan. You will sign in to your AIRIX account in the browser the first time you connect, so Codex can read your visibility data securely.

Add AIRIX with one command, then sign in from the terminal.

Your connection URL

This is the server URL the steps below ask you to paste:

https://www.airix.app/api/mcp

Setup steps

  1. 1.
    Run codex mcp add airix --url https://www.airix.app/api/mcp in your terminal.
  2. 2.
    Run codex mcp login airix and finish the browser sign-in to AIRIX.
  3. 3.
    Start Codex and ask something like "What is my AI visibility score this week?"

Try it out

Once Codex is connected, ask it a question to confirm the link works:

  • What is my AIRIX visibility score this week, and what changed?
  • Which competitors are AI assistants recommending instead of me?
Back to all guides