> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jaaxis.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect Jaaxis to an AI client

> Connect Claude Code, Codex, or another remote-MCP client to Jaaxis with browser sign-in and merchant-selected agent access.

The Jaaxis MCP lets a supported AI client inspect and manage the agents you authorize. The endpoint is always:

`https://api.jaaxis.com/mcp`

## Claude Code

Run:

```bash theme={null}
claude mcp add --transport http jaaxis https://api.jaaxis.com/mcp
```

## Codex

Install the Jaaxis plugin to receive both the MCP connection and its operating guidance:

```bash theme={null}
codex plugin marketplace add Jaaxis/jaaxis-backend
codex plugin add jaaxis@jaaxis
```

Start a new Codex task after installation. If browser sign-in does not open, run:

```bash theme={null}
codex mcp login jaaxis
```

For a bare MCP connection without the Jaaxis operating skill:

```bash theme={null}
codex mcp add jaaxis --url https://api.jaaxis.com/mcp
```

## Other clients

Use a remote HTTP MCP connection pointed at the same endpoint. Clients without native remote HTTP support can use a compatible remote-MCP bridge.

## Finish authorization

Your browser opens Jaaxis sign-in. Use Google or email verification, then choose full-account or selected-agent access on the consent screen.

<Warning>
  Connect only AI clients and devices you trust. The MCP may make changes allowed by your role and selected scope.
</Warning>

After connecting, ask the client to list accessible agents. Confirm the names before requesting a change.
