Amazon Ads MCP
A

Amazon Ads MCP

The Amazon Ads API MCP SDK is an open-source toolkit that enables AI applications to securely interact with the Amazon Advertising API through the Model Context Protocol. It supports multi-region and comprehensive API coverage and is used to build AI-driven advertising management applications.
2.5 points
4.2K

What is the Amazon Ads MCP SDK?

This is an open-source toolkit that allows AI assistants to securely interact with the Amazon Advertising API. It acts as a translator between the AI model and the Amazon advertising system, providing a structured operation interface to prevent problems caused by random AI operations.

How to use Amazon Ads MCP?

Connect to the server by configuring an MCP client (such as Claude Desktop), and then use natural language to manage advertising campaigns, view reports, optimize budgets, etc. The system provides a secure OAuth authentication process.

Applicable scenarios

Scenarios such as marketing chatbots, automated advertising management, intelligent budget optimization, creative testing and analysis, real-time performance monitoring, and multi-account advertising management.

Main features

MCP protocol integration
Fully compatible with the Model Context Protocol and can be seamlessly integrated with various AI assistants.
Multi-region support
Supports Amazon Advertising API endpoints in three regions: North America (NA), Europe (EU), and Far East (FE).
Complete API coverage
Covers all major Amazon advertising services such as advertising campaign management, report analysis, DSP, and AMC workflows.
Type safety
Based on Pydantic's complete type hints and validation to ensure safe and reliable operations.
Production-ready
Includes testing, validation, and error handling, suitable for deployment in a production environment.
Docker support
Provides a Docker image to simplify the deployment and operation process.
Advantages
Allows non-technical users to manage complex advertising operations through natural language.
Provides a secure operation boundary to prevent AI misoperations.
Supports multiple authentication methods, including OAuth and token authentication.
Complete API coverage to meet various advertising management needs.
Easy to integrate into existing AI assistants and workflows.
Limitations
Requires basic knowledge of the Amazon Advertising API to configure authentication.
A large number of tools may affect the context limit of the AI assistant.
Regional and account configurations need to be set manually.
Relies on a stable network connection to access the Amazon API.

How to use

Install the Docker environment
Ensure that Docker and Docker Compose are installed on the system. This is the simplest way to run the MCP server.
Configure environment variables
Copy the environment template file and configure your Amazon Advertising API credentials.
Start the server
Start the MCP server using Docker Compose.
Configure the AI client
Configure the server connection in Claude Desktop or other MCP clients.
Complete OAuth authentication
Start the OAuth process through the AI assistant to authorize access to your Amazon advertising account.

Usage examples

Advertising campaign management
Create, modify, and monitor advertising campaigns through natural language.
Performance analysis
Obtain advertising performance data and conduct analysis.
Budget optimization
Adjust advertising budgets based on performance data.
Multi-account management
Manage campaigns across multiple advertising accounts.

Frequently Asked Questions

Do I need programming knowledge to use this tool?
Is this tool safe? Will it misoperate my advertising account?
Which Amazon advertising types are supported?
How can I obtain access to the Amazon Advertising API?
Will too many tools affect AI performance?
Which AI clients are supported?

Related resources

Amazon Advertising API documentation
Official complete documentation for the Amazon Advertising API
Model Context Protocol specification
Official specification document for the MCP protocol
Openbridge official website
Official website of the project development team, providing Amazon Advertising API access services
GitHub repository
Project source code and latest updates
Docker installation guide
Docker installation and configuration guide

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "amazon_ads_mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "http://${HOSTNAME}:${PORT}/mcp/",
        "--allow-http",
        "--header",
        "Authorization:Bearer ${OPENBRIDGE_REFRESH_TOKEN}",
        "--header",
        "Accept:application/json,text/event-stream",
        "--debug"
      ],
      "env": {
        "MCP_TIMEOUT": "300",
        "HOSTNAME": "your_hostname",
        "PORT": "your_server_port",
        "MCP_TIMEOUT": "120000",
        "MCP_REQUEST_TIMEOUT": "60000",
        "MCP_CONNECTION_TIMEOUT": "10000",
        "MCP_SERVER_REQUEST_TIMEOUT": "60000",
        "MCP_TOOL_TIMEOUT": "120000",
        "MCP_REQUEST_WARNING_THRESHOLD": "10000",
        "OPENBRIDGE_REFRESH_TOKEN": "your_openbridge_token_here"
      }
    }
  }
}

{
  "mcpServers": {
    "amazon_ads_mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "http://${HOSTNAME}:${PORT}/mcp/",
        "--allow-http",
        "--header",
        "Authorization:${AUTH_HEADER}"
        "--header",
        "Accept: application/json, text/event-stream"
      ],
      "env": {
        "MCP_TIMEOUT": "300",
        "HOSTNAME": "your_hostname",
        "PORT": "your_server_port",
        "MCP_TIMEOUT": "120000",
        "MCP_REQUEST_TIMEOUT": "60000",
        "MCP_CONNECTION_TIMEOUT": "10000",
        "MCP_SERVER_REQUEST_TIMEOUT": "60000",
        "MCP_TOOL_TIMEOUT": "120000",
        "MCP_REQUEST_WARNING_THRESHOLD": "10000",
        "AUTH_HEADER": "Bearer <your_openbridge_token_here>"
      }
    }
  }
}

{
  "mcpServers": {
    "amazon_ads_mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "http://localhost:9080/mcp/",
        "--allow-http"
      ],
      "env": {
        "MCP_TIMEOUT": "120000",
        "MCP_REQUEST_TIMEOUT": "60000",
        "MCP_CONNECTION_TIMEOUT": "10000",
        "MCP_SERVER_REQUEST_TIMEOUT": "60000",
        "MCP_TOOL_TIMEOUT": "120000",
        "MCP_REQUEST_WARNING_THRESHOLD": "10000"
      }
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

B
Blueprint MCP
Blueprint MCP is a chart generation tool based on the Arcade ecosystem. It uses technologies such as Nano Banana Pro to automatically generate visual charts such as architecture diagrams and flowcharts by analyzing codebases and system architectures, helping developers understand complex systems.
Python
8.4K
4 points
K
Klavis
Klavis AI is an open-source project that provides a simple and easy-to-use MCP (Model Context Protocol) service on Slack, Discord, and Web platforms. It includes various functions such as report generation, YouTube tools, and document conversion, supporting non-technical users and developers to use AI workflows.
TypeScript
13.3K
5 points
D
Devtools Debugger MCP
The Node.js Debugger MCP server provides complete debugging capabilities based on the Chrome DevTools protocol, including breakpoint setting, stepping execution, variable inspection, and expression evaluation.
TypeScript
10.0K
4 points
M
Mcpjungle
MCPJungle is a self-hosted MCP gateway used to centrally manage and proxy multiple MCP servers, providing a unified tool access interface for AI agents.
Go
0
4.5 points
N
Nexus
Nexus is an AI tool aggregation gateway that supports connecting multiple MCP servers and LLM providers, providing tool search, execution, and model routing functions through a unified endpoint, and supporting security authentication and rate limiting.
Rust
0
4 points
Z
Zen MCP Server
Zen MCP is a multi-model AI collaborative development server that provides enhanced workflow tools and cross-model context management for AI coding assistants such as Claude and Gemini CLI. It supports seamless collaboration of multiple AI models to complete development tasks such as code review, debugging, and refactoring, and can maintain the continuation of conversation context between different workflows.
Python
18.2K
5 points
O
Opendia
OpenDia is an open - source browser extension tool that allows AI models to directly control the user's browser, perform automated operations using existing login status, bookmarks and other data, support multiple browsers and AI models, and focus on privacy protection.
JavaScript
14.4K
5 points
N
Notte Browser
Certified
Notte is an open-source full-stack network AI agent framework that provides browser sessions, automated LLM-driven agents, web page observation and operation, credential management, etc. It aims to transform the Internet into an agent-friendly environment and reduce the cognitive burden of LLMs by describing website structures in natural language.
18.4K
4.5 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
27.7K
5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
18.7K
4.3 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
16.6K
4.5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
54.9K
4.3 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
24.6K
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
52.8K
4.5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
17.4K
4.5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
36.0K
4.8 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2025AIBase