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

# Connect Claude

> Add Amazonomics to Claude.ai, Claude Desktop, or Claude Code

## Claude.ai and Claude Desktop

<Steps>
  <Step title="Open connector settings">
    Go to **Settings → Connectors** and click **Add custom connector**.
  </Step>

  <Step title="Add the server">
    Enter `https://mcp.amazonomics.com/mcp` as the URL and click **Add**.
  </Step>

  <Step title="Sign in">
    Click **Connect**. Your browser opens the Amazonomics login page. Sign in
    and approve the connection.
  </Step>
</Steps>

<Note>
  Custom connectors need a paid Claude plan.
</Note>

## Claude Code

Add the server from your terminal:

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

Then start Claude Code and run `/mcp` to sign in.

## Try it

Ask Claude:

> How did search interest in "matcha" change over the last 12 months?

Claude calls `search_keywords` and answers with the real rank history.
