# Claude Connector

The AirOps Claude Connector is a native integration available in Claude's Connectors Directory. It provides one-click setup and full support for Interactive Apps—charts and visualizations rendered directly in your conversation.

## Quick Setup

1. Open Claude (web or desktop)
2. Go to **Settings → Connectors**
3. Search for **"AirOps"**
4. Click **Connect** and sign in with your AirOps account

That's it. AirOps tools are now available in your Claude conversations.

{% hint style="info" %}
**Requirements:** Claude Pro, Team, or Enterprise plan. Any AirOps plan with AEO enabled.
{% endhint %}

## Supported Claude Apps

| App                          | Interactive Apps | How to Connect                                       |
| ---------------------------- | ---------------- | ---------------------------------------------------- |
| Claude Web (claude.ai)       | Yes              | Settings → Connectors                                |
| Claude Desktop (Mac/Windows) | Yes              | Settings → Connectors                                |
| Claude Code (CLI)            | No               | Use [MCP setup](/mcp/getting-started.md#claude-code) |

## Interactive Apps

The Claude Connector supports **Interactive Apps**—live visualizations rendered directly in your conversation instead of text descriptions.

### What You'll See

When you ask about trends, metrics, or comparisons, Claude can display:

| Visualization | Use Case                                     |
| ------------- | -------------------------------------------- |
| Line charts   | Trends over time (mention rate, citations)   |
| Bar charts    | Comparisons (competitors, providers, topics) |
| KPI cards     | Current metrics with period changes          |
| Data tables   | Pages, prompts, citations                    |

### Example

```
You: "How is Gong performing in AI search over the last 2 months?"
Claude: [Displays trend chart showing mention rate growth]
        Your mention rate doubled from 9% to 18%...
```

### Using Interactive Apps

* **View inline** — Charts appear directly in the conversation
* **Expand** — Click to see larger, detailed views
* **Interact** — Hover for data points, filter, drill down
* **Refine** — Ask Claude to adjust ("Show just the last 30 days")

You don't need to enable anything—visualizations appear automatically when relevant.

### Troubleshooting Visualizations

If charts aren't appearing:

1. **Check your app** — Interactive Apps work on web and desktop only
2. **Check your plan** — Requires Claude Pro, Team, or Enterprise
3. **Check connection** — Verify AirOps is connected in Settings → Connectors
4. **Be explicit** — Try "Show me a chart of my mention rate trend"

## Connecting

### From Chat

1. Click **"Search and tools"** (lower left)
2. Select **"Add connectors"**
3. Search for **"AirOps"**
4. Click **Connect**
5. Sign in with your AirOps account

### From Settings

1. Go to **Settings → Connectors**
2. Click **"Browse connectors"**
3. Search for **"AirOps"**
4. Click **Connect**
5. Sign in with your AirOps account

## Managing Your Connection

### Check Status

Go to **Settings → Connectors**. AirOps should show as "Connected."

Test by asking: "What Brand Kits do I have access to in AirOps?"

### Reconnect

If Claude says "needs authentication":

1. Go to **Settings → Connectors**
2. Find AirOps
3. Click **Reconnect**
4. Complete the OAuth sign-in

### Disconnect

1. Go to **Settings → Connectors**
2. Find AirOps
3. Click **Disconnect**

If you're having connection issues, disconnect and reconnect to clear cached authentication.

## Claude Connector vs MCP

| Feature          | Claude Connector     | MCP                          |
| ---------------- | -------------------- | ---------------------------- |
| Setup            | One-click            | Manual configuration         |
| Interactive Apps | Yes                  | Depends on client            |
| Authentication   | Automatic            | Manual OAuth                 |
| Best for         | Claude Web & Desktop | Claude Code, Cursor, VS Code |

Under the hood, the Claude Connector uses the same MCP server (`https://app.airops.com/mcp`). It's a streamlined setup with additional features for Claude.

## Next Steps

* [Use Cases](/mcp/use-cases.md) — Example workflows for reporting and optimization
* [Tools Reference](/mcp/tools.md) — All available tools
* [FAQ](/mcp/faq.md) — Common questions


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.airops.com/mcp/claude-connector.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
