Skip to content
Claude Desktop

Amazon Trends API for Claude Desktop

ai.trendsapi/amazon

Amazon product search volume and best-seller trends. Free key at trendsapi.ai

client:Claude Desktop transport:streamable-http

Install Amazon Trends API in Claude Desktop

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

{
  "mcpServers": {
    "amazon": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://amazon.api.trendsapi.ai/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 Trends API in other clients