Ads Manager MCP server for Claude
Enables users to analyze, manage, and optimize digital advertising campaigns through natural language conversations in Claude, offering performance insights, interactive visualizations, and campaign management for platforms like Amazon Ads.
amekala
README
Ads Manager MCP server for Claude
Transform your advertising experience with AI-powered insights and management - right inside Claude!
What It Does
This Ads MCP server is your AI assistant for managing digital advertising campaigns. Through simple conversations in Claude, you can:
- Analyze campaign performance and get actionable insights
- Create and manage advertising campaigns
- Visualize campaign metrics with interactive charts
- Receive personalized optimization recommendations
- Adjust budgets, bids, and targeting on the fly
- Get alerts for underperforming campaigns
No more switching between multiple dashboards and reports - just chat naturally with Claude!
Platforms Supported
- Amazon Ads - Available now!
- Walmart Ads - Coming soon
- Meta Ads - Coming soon
- Google Ads - Coming soon
Getting Started
1. Get Your API Key
Visit Adspirer.com to connect your ad accounts:
- Sign up for a free account
- Connect your advertising accounts via platform authentication
- Copy your API key from your dashboard
2. Install the Server
# Install globally with npm
npm install -g adspirer-mcp-server
# Configure Claude Desktop automatically
adspirer-mcp config
During configuration, you'll be prompted for your API key from Adspirer.
3. Claude Desktop Configuration
The adspirer-mcp config
command will automatically update your Claude Desktop configuration file, but you can also manually set it up:
{
"mcpServers": {
"adspirer": {
"command": "adspirer-mcp",
"args": ["start"],
"env": {
"API_KEY": "your_api_key_here"
}
}
}
}
Save this to:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
4. Start Using It in Claude!
Open Claude and start asking about your campaigns:
- "How are my Amazon ad campaigns performing this week?"
- "Show me a chart of my best performing keywords"
- "Increase the budget for my 'Summer Sale' campaign by 20%"
Examples
Ask Claude questions like:
- "Which campaigns have the best RoAS?"
- "Show me trends in my ad spend over the last 30 days"
- "What optimization opportunities do you see in my campaigns?"
- "Create a new Sponsored Products campaign for my top selling item"
Troubleshooting
Having issues?
- Make sure Claude Desktop is running the latest version
- Check that your API key is entered correctly
- Run
adspirer-mcp test
to verify your connection
Resources
Built with ❤️ by Adspirer - Supercharging Advertisers with AI
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
MCP Package Docs Server
Facilitates LLMs to efficiently access and fetch structured documentation for packages in Go, Python, and NPM, enhancing software development with multi-language support and performance optimization.
Claude Code MCP
An implementation of Claude Code as a Model Context Protocol server that enables using Claude's software engineering capabilities (code generation, editing, reviewing, and file operations) through the standardized MCP interface.
@kazuph/mcp-taskmanager
Model Context Protocol server for Task Management. This allows Claude Desktop (or any MCP client) to manage and execute tasks in a queue-based system.
Linear MCP Server
Enables interaction with Linear's API for managing issues, teams, and projects programmatically through the Model Context Protocol.
mermaid-mcp-server
A Model Context Protocol (MCP) server that converts Mermaid diagrams to PNG images.
Jira-Context-MCP
MCP server to provide Jira Tickets information to AI coding agents like Cursor

Linear MCP Server
A Model Context Protocol server that integrates with Linear's issue tracking system, allowing LLMs to create, update, search, and comment on Linear issues through natural language interactions.

Sequential Thinking MCP Server
This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.