Before this step, read **[Connect your assistant](/en/mcp/connect/)** — the shared requirements (Pro or
Enterprise plan, an API key) and the verification note.

## Configuration

**Settings → Connectors → Add custom connector**, with:

- **URL**: `https://mcp.aymaragents.com/mcp`
- **Header**: `X-Api-Key` = `<your full API key>`

Older or alternate builds that still take a hand-edited `claude_desktop_config.json` for a remote server
use the same shape as the **[Claude Code](/en/mcp/clients/claude-code/)** `.mcp.json` block:

```json
{
  "mcpServers": {
    "aymar": {
      "type": "http",
      "url": "https://mcp.aymaragents.com/mcp",
      "headers": { "X-Api-Key": "<your full API key>" }
    }
  }
}
```

## Verify it

Ask Claude to call the **`aymar_status`** tool — if everything is right, you'll see your tenant,
your plan and your effective scopes. If something fails, continue with
**[Limits, errors and troubleshooting](/en/mcp/troubleshooting/)**.

## See also

- **[Connect your assistant](/en/mcp/connect/)** — requirements shared by all three clients.
- **[Tools catalog](/en/mcp/tools/)** — what your assistant can do once connected.
- **[Claude Code](/en/mcp/clients/claude-code/)** and **[Cursor](/en/mcp/clients/cursor/)** — the other
  two verified clients.