mcpbeat Sign in

Amazon Ads MCP Server

local only

Amazon Ads MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 949 installs a week from pypi. Last commit 7 Sep 2026.

Amazon Ads API MCP server for Amazon Advertising API

Installs per day peak 332 · avg 131 · +46% w/w
a month agotoday
949
Installs / week
pypi · amazon-ads-mcp
70
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 9 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Image runs as root Dockerfile:127
# The entrypoint starts as root, fixes named-volume ownership, then execs
# the command as the unprivileged app user.
USER root

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 amazon_ads_mcp -- uvx amazon-ads-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "amazon_ads_mcp": {
      "args": [
        "amazon-ads-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.amazon_ads_mcp]
command = "uvx"
args = ["amazon-ads-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "amazon_ads_mcp": {
      "args": [
        "amazon-ads-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "amazon_ads_mcp": {
      "args": [
        "amazon-ads-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: AMAZON_ADS_AUTH_METHOD (Authentication method: direct or openbridge.), AMAZON_AD_API_CLIENT_ID (Amazon Ads API client ID for direct auth.), AMAZON_AD_API_CLIENT_SECRET (Amazon Ads API client secret for direct auth.), AMAZON_AD_API_REFRESH_TOKEN (Amazon Ads API refresh token for direct auth.), AMAZON_AD_API_PROFILE_ID (Amazon Ads profile ID for direct auth.), OPENBRIDGE_REFRESH_TOKEN (Openbridge refresh token (API key).), OPENBRIDGE_API_KEY (Openbridge API key (alias for OPENBRIDGE_REFRESH_TOKEN).), OPENBRIDGE_REMOTE_IDENTITY_ID (Openbridge remote identity ID.), AMAZON_ADS_REGION (Amazon Ads API region (na/eu/fe).), AMAZON_AD_API_PACKAGES (Comma-separated API packages to load.), AMAZON_ADS_DOWNLOAD_AUTH_TOKEN (Optional bearer token to protect download routes.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Amazon Ads MCP

same job, measured the same way
Swapi MCP
by abhishekjkrsna

MCP server for SWAPI API

37 installs/wk local only
Strava MCP
by r-huijts

MCP server for accessing Strava API

137 installs/wk local only
Hostinger API MCP
by hostinger

MCP server for Hostinger API

119 817 installs/wk answering
Razorpay
by indiamcp

MCP server for Razorpay API.

22 installs/wk local only
Qnap
by marcelo-ochoa

MCP server for QNAP NAS API

28 installs/wk local only
AniList
by yuna0x0

AniList MCP server for accessing AniList API data

149 installs/wk local only
AlertOps
by wyre-ai

MCP server for AlertOps' incident alerting/on-call API.

local only
Opencage Geocoding MCP
by opencagedata

MCP server for OpenCage geocoding API

24 installs/wk local only

Amazon Ads MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Amazon Ads MCP?
Amazon Ads 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 pypi package amazon-ads-mcp was installed 949 times last week.
How do I connect Amazon Ads 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 amazon-ads-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Amazon Ads MCP?
The pypi package amazon-ads-mcp was installed 949 times in the last week. Week over week that is +46%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Amazon Ads MCP open source?
Yes — it is published under the MIT licence, written in Python and 70 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.