mcpbeat Sign in

Amazonads MCP Server

local only

Amazonads MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 3 Mar 2026.

MCP server for Amazon Ads API - manage campaigns, keywords, bids, and performance reports

Installs per day peak 25 · avg 8 · -5% w/w
a month agotoday
34
Installs / week
npm · amazonads-mcp
3
Stars
0 open issues
3 Mar 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Amazonads MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add amazonads-mcp -- npx -y amazonads-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "amazonads-mcp": {
      "args": [
        "-y",
        "amazonads-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.amazonads-mcp]
command = "npx"
args = ["-y", "amazonads-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "amazonads-mcp": {
      "args": [
        "-y",
        "amazonads-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "amazonads-mcp": {
      "args": [
        "-y",
        "amazonads-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AMAZON_ADS_CLIENT_ID (Amazon Ads API Client ID), AMAZON_ADS_CLIENT_SECRET (Amazon Ads API Client Secret), AMAZON_ADS_REFRESH_TOKEN (Amazon Ads API Refresh Token), AMAZON_ADS_REGION (Amazon Ads region (NA, EU, or FE)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Amazonads MCP

same job, measured the same way
Bing Ads
by mharnett

MCP server for Microsoft Advertising (Bing Ads) — campaigns, keywords, and reports

79 installs/wk local only
Yandex Direct MCP
by ai-hub-open

MCP server for Yandex Direct API: campaigns, ads, keywords, bids, reports. Click.ru or OAuth.

39 installs/wk local only
Apple Ads
by happygallo

Manage Apple Search Ads campaigns, keywords, budgets, and reports via API v5.

75 installs/wk local only
Reddit Ads MCP
by mkerchenski

MCP server for the Reddit Ads API. List accounts, campaigns, ads, and pull reports.

local only
Emailoctopus
by usefulapi

Manage lists, contacts and campaigns, and read campaign performance reports on EmailOctopus.

13 tools answering
Google Adwords
by codechap

MCP server for Google Ads campaign and budget management

local only
Google Ads MCP by AdPlug
by danielpopamd

Google Ads MCP server: 16 tools for reporting, campaigns, keywords, assets. Writes preview first.

answering
Apple Search Ads
by b77

Manage Apple Ads campaigns and reporting in chat.

answering

Amazonads MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Amazonads MCP?
Amazonads MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package amazonads-mcp was installed 34 times last week.
How do I connect Amazonads MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls amazonads-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Amazonads MCP?
The npm package amazonads-mcp was installed 34 times in the last week. Week over week that is -5%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Amazonads MCP open source?
We cannot say either way: written in TypeScript and 3 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.