HomeMarketing & E-Commerce › amazon_ads_mcp

amazon_ads_mcp

Amazon Ads API MCP server for Amazon Advertising API

Python Remote
★ 70 stars Last pushed 2026-09-06 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://{HOSTNAME}/mcp

Claude Code:

claude mcp add --transport http amazon_ads_mcp https://{HOSTNAME}/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "amazon_ads_mcp": {
      "url": "https://{HOSTNAME}/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization — Bearer credential required by the selected Amazon Ads MCP deployment.

This repository has 2 servers listed in the Official MCP Registry.

Other names: io.github.tspicer/amazon_ads_mcp

Related servers

Data from the Official MCP Registry