Config is the same across clients — only the file and path differ.
{
"name": "Amazon Ads Manager",
"version": "1.0.4",
"mcpServers": {
"ads-manager": {
"name": "Ads Manager MCP Server",
"headers": {
"Authorization": "Bearer YOUR_API_KEY_HERE"
},
"version": "1.0.4",
"endpoint": "https://mcp-server-sync-abhilashreddi.replit.app/mcp/sse",
"transport": "sse",
"description": "MCP Server for Amazon Advertising data analysis"
}
},
"description": "Connect to your Amazon Advertising data and analyze campaign performance"
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server for managing and analyzing Amazon Advertising data. This server provides a standardized interface for LLMs to interact with your advertising data through the Claude Desktop App.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'ads-manager-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked ads-manager-mcp against OSV.dev.
Click any tool to inspect its schema.
SchemaView database structure and table definitions
schema://
MetricsAccess advertising performance metrics
metrics://
CampaignsView campaign configurations and settings
campaigns://
Ad GroupsAccess ad group details and settings
ad-groups://
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in marketing
DataForSEO API modelcontextprotocol server
一键同步文章到多个内容平台,支持今日头条、WordPress、知乎、简书、掘金、CSDN、typecho各大平台,一次发布,多平台同步发布。解放个人生产力
MCP server for the PostFast API — schedule and manage social media posts via AI tools
Google Ads MCP with MCC support: 35 tools for campaigns, keywords, reporting, GAQL.
MCP Security Weekly
Get CVE alerts and security updates for Ads Manager Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server for managing and analyzing Amazon Advertising data. This server provides a standardized interface for LLMs to interact with your advertising data through the Claude Desktop App.
npm install ads-manager-mcp
claude-desktop-config.json:{
"name": "Amazon Ads Manager",
"version": "1.0.4",
"description": "Connect to your Amazon Advertising data and analyze campaign performance",
"mcpServers": {
"ads-manager": {
"name": "Ads Manager MCP Server",
"version": "1.0.4",
"description": "MCP Server for Amazon Advertising data analysis",
"transport": "sse",
"endpoint": "https://mcp-server-sync-abhilashreddi.replit.app/mcp/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY_HERE"
}
}
}
}
YOUR_API_KEY_HERE with your API key"Show me the structure of all tables in the database"
"Analyze the performance of campaign ABC123 for the last 30 days"
"What are the key metrics for ad group XYZ789?"
"Give me budget recommendations for all campaigns in profile P123"
The server uses API key authentication. Each request must include an Authorization header:
Authorization: Bearer YOUR_API_KEY
The server maintains a connection to a PostgreSQL database. No additional configuration is required as the connection details are pre-configured in the package.
To run the server locally:
# Install dependencies
npm install
# Start the development server
npm run dev
# Build the package
npm run build
git checkout -b feature/amazing-feature)git commit -m 'Add some amazing feature')git push origin feature/amazing-feature)This project is licensed under the MIT License - see the LICENSE file for details.
For support, please open an issue in the GitHub repository or contact the maintainers.