Skip to content

Amazon Scraper API for Zed

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

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

client:Zed transport:stdio runtime:npm

Install Amazon Scraper API in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

Amazon Scraper API in other clients