MCP Cursor

Enhance your development workflow with AI-powered MCP tools and extensions for Cursor IDE.

Product

  • MCP Servers
  • Getting Started
  • Documentation
  • Open Source

Resources

  • MCP Specification
  • Cursor IDE
  • MCP GitHub
  • Contributing

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
Made withfor the developer community
© 2025 MCP Cursor. All rights reserved.
MCP Logo
MCP Cursor
IntroductionMCPs
IntroductionMCPs
3D MCP Cursor Visualization
  1. Home
  2. Servers
  3. Amazon Advertising MCP
Amazon Advertising MCP Logo

Amazon Advertising MCP

Model Context Protocol Integration

Overview

Integrates with Amazon Advertising API to provide marketers direct access to advertiser accounts, listings, and performance data through a simple command-line interface requiring only an API key for authentication.

Amazon Advertising

Integrates with Amazon Advertising API to provide marketers direct access to advertiser accounts, listings, and performance data through a simple command-line interface requiring only an API key for authentication.

Installation Instructions


README: https://github.com/amekala/adspirer-mcp-server

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

  • Full Documentation
  • Video Tutorial
  • Support

Built with ❤️ by Adspirer - Supercharging Advertisers with AI

Featured MCPs

Github MCP - Model Context Protocol for Cursor IDE

Github

This server provides integration with Github's issue tracking system through MCP, allowing LLMs to interact with Github issues.

Sequential Thinking MCP - Model Context Protocol for Cursor IDE

Sequential Thinking

An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process. Break down complex problems into manageable steps, revise and refine thoughts as understanding deepens, and branch into alternative paths of reasoning.

Puppeteer MCP - Model Context Protocol for Cursor IDE

Puppeteer

A Model Context Protocol server that provides browser automation capabilities using Puppeteer. This server enables LLMs to interact with web pages, take screenshots, execute JavaScript, and perform various browser-based operations in a real browser environment.