Skip to content
Cursor

Amazon Scraper API for Cursor

io.github.chocodata-com/amazon-scraper-api-mcp

Scrape Amazon products, search, and async batch ASIN lookups across 20 marketplaces

client:Cursor transport:stdio runtime:npm

Install Amazon Scraper API in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "amazon-scraper-api-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "amazon-scraper-api-mcp"
      ],
      "env": {
        "ASA_API_KEY": "<ASA_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Amazon Scraper API in other clients