How to Connect the Amazon Ads MCP Server to ChatGPT
amazonadsmcp.comConnect Amazon's official Amazon Ads MCP Server to ChatGPT with Developer Mode and an OAuth connector: setup, authorization, and troubleshooting.
Updated June 15, 2026 · The Amazon Ads MCP editorial team
This guide connects Amazon’s official Amazon Ads MCP Server, the first-party server that reached open beta in February 2026, to ChatGPT. ChatGPT supports MCP through connectors, so it takes a few more steps than Claude, but the flow is straightforward.
Using a managed third-party server instead? The steps are the same, except the provider handles Amazon Ads API access for you.
What you need first
- A ChatGPT plan that supports connectors: Plus, Team, or Pro.
- An Amazon Ads account with active campaigns. Amazon will not grant API access to an empty account.
- Amazon Ads API access. The official server connects through your own API credentials, so set this up first using how to set up Amazon Ads MCP.
The five steps
- 1 Enable Developer Mode Turn on Developer Mode in ChatGPT settings.
- 2 Create an OAuth connector Point it at the official Amazon Ads MCP Server URL.
- 3 Authorize your Amazon account Complete the OAuth login and grant access.
- 4 Set an active profile Tell ChatGPT which account and marketplace to manage.
- 5 Validate Run a read-only prompt and check the numbers before any writes.
Step 1: Enable Developer Mode
On a Plus, Team, or Pro plan, open ChatGPT settings and turn on Developer Mode, which is what exposes custom MCP connectors.
Step 2: Create an OAuth connector
Create a new connector and point it at the official Amazon Ads MCP Server URL for your region. The server is not region agnostic, so use the matching endpoint:
| Region | Endpoint URL |
|---|---|
| NA (North America) | https://advertising-ai.amazon.com/mcp |
| EU (Europe) | https://advertising-ai-eu.amazon.com/mcp |
| FE (Far East) | https://advertising-ai-fe.amazon.com/mcp |
Choose OAuth as the authentication method so ChatGPT handles the login rather than asking for a pasted key.
Step 3: Authorize your Amazon account
Start the connector’s OAuth flow, sign in with your Amazon account, and click Allow. When it returns, confirm the Amazon Ads tools load in the connector. If authorization seems to succeed but the tools do not work, see troubleshooting.
Step 4: Set an active profile
Amazon Ads works in profiles, where each profile is one account in one marketplace, so your US and Canada stores are separate. Ask ChatGPT to list your Amazon Ads profiles, then set the active profile to the account you want to manage. This is required before any reporting or campaign tool will run.
Step 5: Validate before you trust it
Begin with read-only prompts and confirm the figures against the Amazon Ads console, for example “show wasted spend on Sponsored Products last week.” Only after the numbers check out should you try a small, low-risk write. For what each request does behind the scenes, see how Amazon Ads MCP works.
Troubleshooting
- The connector option is missing. You are on a plan without connectors, or Developer Mode is off. Confirm Plus, Team, or Pro and enable Developer Mode.
- Browser says success, but tools do not work. Your Login with Amazon security profile is not linked to your Amazon Ads API application. Link it in the Ads console and reauthorize.
- “Invalid redirect URI.” The connector’s callback URL does not match the return URL set on your Login with Amazon profile. Make them identical.
Related reading
- About the server itself: the official Amazon Ads MCP Server
- Prefer Claude? See connect Amazon Ads MCP to Claude
- Deciding on a server? See the best Amazon Ads MCP servers
Sources
- Amazon Ads, “Introducing the Amazon Ads MCP Server” (open beta, connecting clients). advertising.amazon.com
- Amazon Ads, “Amazon Ads API authorization overview” (Login with Amazon, profiles). advertising.amazon.com
Frequently asked questions
Does this connect Amazon's official MCP server or a third-party one?+
This guide focuses on Amazon's official Amazon Ads MCP Server. Managed third-party servers connect the same way, except they handle the Amazon Ads API access for you.
Which ChatGPT plans can use MCP?+
MCP connectors via Developer Mode are available on ChatGPT Plus, Team, and Pro. You enable Developer Mode, then create an OAuth connector that points at the Amazon Ads MCP Server.
What do I need to connect ChatGPT to the Amazon Ads MCP Server?+
Amazon Ads API access for the official server, a ChatGPT plan that supports connectors, Developer Mode enabled, the official server's URL, and authorized access to your Amazon Ads account through the connector's OAuth flow.
Why does ChatGPT take more steps than Claude?+
ChatGPT gates MCP behind Developer Mode and an OAuth connector you create yourself, whereas Claude can add a server with a short config block. The underlying authorization to Amazon is the same.
Keep reading
- Ultimate GuideWhat Is an MCP Server? The Ultimate GuideA plain-English and technical guide to MCP servers: what they are, how they work, why the AI industry adopted them so fast, and the security risks.
- ComparisonMCP vs API: Differences and When to Use EachA data-backed comparison of MCP and traditional APIs: how they relate, where they differ, the costs of MCP, and a clear rule for choosing.
- GuideWhat Is Amazon Ads MCP? A Complete GuideAmazon Ads MCP lets AI assistants manage Amazon advertising through the Model Context Protocol. What it is, how it works, and what you can do.
- GuideThe Official Amazon Ads MCP Server (Open Beta), ExplainedAmazon's official Amazon Ads MCP Server reached open beta on February 2, 2026. What it does, what it supports, and how to connect to it.
- TechnicalHow Amazon Ads MCP Works: Under the HoodHow an Amazon Ads MCP server works under the hood: OAuth and tokens, profiles and regions, tool definitions, the async report cycle, and limits.
- How-toHow to Set Up Amazon Ads MCP: A Step-by-Step GuideHow to set up Amazon Ads MCP: request Amazon Ads API access, create a Login with Amazon profile, connect your AI client, and validate safely.