Skip to content
Claude Desktop

amazon ads mcp for Claude Desktop

io.github.kuudoai/amazon_ads_mcp

Amazon Ads API MCP server for Amazon Advertising API

client:Claude Desktop transport:streamable-http

Install amazon ads mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "amazon_ads_mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://{HOSTNAME}/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

amazon ads mcp in other clients