Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Amazon Ads Mcp Server

    MCP Server to interact with Amazon Ads

    14 stars
    JavaScript
    Updated Sep 26, 2025

    Table of Contents

    • Installation
    • Env Vars
    • Configuration
    • Development
    • Debugging
    • Acknowledgements

    Table of Contents

    • Installation
    • Env Vars
    • Configuration
    • Development
    • Debugging
    • Acknowledgements

    Documentation

    amazon-ads-mcp-server

    Connect to your Amazon Advertising Data by integrating your account with MarketplaceAdPros.

    Provides access to:

    • Advertising Resources in Sponsored Products, Sponsored Brands and Sponsored Display, like Campaigns, Ad Groups, Keywords, Product Ads, Targeting
    • Reports and ability to query them with plain english.
    • Marketplace Ad Pros Recommendations, Experiments and more with purchased subscription plan

    Also available as a Streamable HTTP MCP Server by connecting to https://app.marketplaceadpros.com/mcp

    Installation

    To add the amazon-ads-mcp-server to your MCP client of choice, add the following to the server config:

    On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json

    On Windows: %APPDATA%/Claude/claude_desktop_config.json

    Env Vars

    • BEARER_TOKEN: The Bearer token you got from MarketplaceAdPros.com

    Configuration

    You can use it via npx in your Claude Desktop configuration like this:

    json
    {
      "mcpServers": {
        "marketplaceadpros": {
          "command": "npx",
          "args": [
            "@marketplaceadpros/amazon-ads-mcp-server"
          ],
          "env": {
            "BEARER_TOKEN": "abcdefghijklmnop"
          }
        }
      }
    }

    Or, if you clone the repo, you can build and use in your Claude Desktop configuration like this:

    json
    {
      "mcpServers": {
        "marketplaceadpros": {
          "command": "node",
          "args": [
            "/path/to/amazon-ads-mcp-server/build/index.js"
          ],
          "env": {
            "BEARER_TOKEN": "abcdefghijklmnop"
          }
        }
      }
    }

    Or, if your client supports the Streamable HTTP MCP Servers, you can just point to the MCP endpoint at https://app.marketplaceadpros.com/mcp.

    json
    {
      "mcpServers": {
        "marketplaceadpros": {
          "type": "streamable-http",
          "url": "https://app.marketplaceadpros.com/mcp"
        }
      }
    }

    Or, configure in LibreChat like:

    yaml
    MAP:
        type: streamable-http
        url: https://app.marketplaceadpros.com/mcp
        headers:
          Authorization: "Bearer abcdefghijklmnop"

    Development

    Install dependencies:

    bash
    npm install

    Build the server:

    bash
    npm run build

    For development with auto-rebuild:

    bash
    npm run watch

    Debugging

    Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:

    bash
    npm run inspector

    amazon-ads-mcp-server live in inspector

    The Inspector will provide a URL to access debugging tools in your browser.

    Acknowledgements

    • Obviously the modelcontextprotocol and Anthropic teams for the MCP Specification. https://modelcontextprotocol.io/introduction
    • MarketplaceAdPros for enabling and sponsoring this project.

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k