← Back to Plugins
MCP Server MCP

io.github.cprice70/amazonads-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for Amazon Ads API - manage campaigns, keywords, bids, and performance reports

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "amazonads-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Amazon Ads API Client ID",
          "isRequired": true,
          "format": "string",
          "name": "AMAZON_ADS_CLIENT_ID"
        },
        {
          "description": "Amazon Ads API Client Secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AMAZON_ADS_CLIENT_SECRET"
        },
        {
          "description": "Amazon Ads API Refresh Token",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AMAZON_ADS_REFRESH_TOKEN"
        },
        {
          "description": "Amazon Ads region (NA, EU, or FE)",
          "format": "string",
          "name": "AMAZON_ADS_REGION"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...