This MCP server provides tools for interacting with the Amazon Advertising API, enabling AI assistants to manage Amazon Ads campaigns, keywords, and performance data.
From the registry: MCP server for Amazon Ads API - manage campaigns, keywords, bids, and performance reports
$ git clone https://github.com/cprice70/amazonads-mcp && cd amazonads-mcp && npm install && npm run buildPlease install the `amazonads-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Clone and build from source** — No published npm package — clone and build Run: `git clone https://github.com/cprice70/amazonads-mcp && cd amazonads-mcp && npm install && npm run build`
- **Amazon Ads API credentials** — Register an app in Amazon Developer Center and obtain Client ID, Client Secret, and a refresh token via OAuth (https://advertising.amazon.com/API/docs/en-us/get-started/overview)
Canonical MCP server config (stdio transport):
- command: `node`
- args: ["<path-to>/amazonads-mcp/build/index.js"]
- required environment variables:
- `AMAZON_ADS_CLIENT_ID`: Amazon Ads API client ID (example: `<your-amazon-ads-client-id>`)
- `AMAZON_ADS_CLIENT_SECRET`: Amazon Ads API client secret (example: `<your-amazon-ads-client-secret>`)
- `AMAZON_ADS_REFRESH_TOKEN`: OAuth refresh token (example: `<your-amazon-ads-refresh-token>`)
- optional environment variables:
- `AMAZON_ADS_REGION`: NA, EU, or FE (example: `NA`)
- `AMAZON_ADS_SANDBOX`: Use sandbox API (example: `false`)
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AMAZON_ADS_CLIENT_IDrequiredClient ID for Amazon Ads API accessAMAZON_ADS_CLIENT_SECRETrequiredClient Secret for Amazon Ads API accessAMAZON_ADS_REFRESH_TOKENrequiredRefresh Token for Amazon Ads API accessMCP server for Omie — ERP, customers, products, orders, invoices, financials