> ## 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 Cursor

> Add Amazonomics to Cursor

<Steps>
  <Step title="Open the MCP configuration">
    Go to **Cursor Settings → MCP** and click **Add new MCP server**. This
    opens `~/.cursor/mcp.json`.
  </Step>

  <Step title="Add the server">
    Add the server to the `mcpServers` object:

    ```json theme={null}
    {
      "mcpServers": {
        "amazonomics": {
          "url": "https://mcp.amazonomics.com/mcp"
        }
      }
    }
    ```
  </Step>

  <Step title="Sign in">
    Back in the MCP settings, click **Needs login** next to the server. Your
    browser opens the Amazonomics login page. Sign in and approve the
    connection.
  </Step>
</Steps>

The `search_keywords` and `search_asin` tools are now available in Cursor's agent chat.
