amazonads-mcp
About
MCP server for Amazon Ads API - manage campaigns, keywords, bids, and performance reports
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
AMAZON_ADS_CLIENT_ID AMAZON_ADS_CLIENT_SECRET AMAZON_ADS_REFRESH_TOKEN AMAZON_ADS_REGIONClaude Code
claude mcp add --env AMAZON_ADS_CLIENT_ID= --env AMAZON_ADS_CLIENT_SECRET= --env AMAZON_ADS_REFRESH_TOKEN= --env AMAZON_ADS_REGION= amazonads-mcp -- npx amazonads-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"amazonads-mcp","command":"npx","args":["amazonads-mcp"],"env":{"AMAZON_ADS_CLIENT_ID":"","AMAZON_ADS_CLIENT_SECRET":"","AMAZON_ADS_REFRESH_TOKEN":"","AMAZON_ADS_REGION":""}}'
JSON
{
"mcpServers": {
"amazonads-mcp": {
"command": "npx",
"args": [
"amazonads-mcp"
],
"env": {
"AMAZON_ADS_CLIENT_ID": "",
"AMAZON_ADS_CLIENT_SECRET": "",
"AMAZON_ADS_REFRESH_TOKEN": "",
"AMAZON_ADS_REGION": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.