amazon-ads-mcp-server
About
The amazon-ads-mcp-server connects your MCP client (e.g., Claude Desktop) to Amazon Advertising data through MarketplaceAdPros. It provides access to Sponsored Products, Sponsored Brands, and Sponsored Display resources like campaigns, ad groups, keywords, product ads, and…
Details
- Author
- MarketplaceAdPros
- GitHub stars
- 28
- Downloads
- 291
- Categories
- Cloud Service
Jump to
- Access Amazon Advertising campaigns, ad groups, and keywords.
- Manage Sponsored Products, Brands, and Display ads.
- Query advertising reports with natural language.
- Receive recommendations and experiments (with subscription).
- Support stdio (npx) and Streamable HTTP transports.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
amazon-ads-mcp-serverCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Add the server to your MCP client’s configuration (e.g., claude_desktop_config.json) using npx @marketplaceadpros/amazon-ads-mcp-server or a local build, and set the BEARER_TOKEN environment variable with a token from MarketplaceAdPros. Optionally, configure as a Streamable HTTP server at https://app.marketplaceadpros.com/mcp.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"amazon-ads-mcp-server": {
"marketplaceadpros": {
"command": "npx",
"args": [
"@marketplaceadpros/amazon-ads-mcp-server"
],
"env": {
"BEARER_TOKEN": "abcdefghijklmnop"
}
}
}
}
}
McpServers
{
"marketplaceadpros": {
"command": "npx",
"args": [
"@marketplaceadpros/amazon-ads-mcp-server"
],
"env": {
"BEARER_TOKEN": "abcdefghijklmnop"
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


