Skip to content
Windsurf

Amazon Scraper API for Windsurf

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

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

client:Windsurf transport:stdio runtime:npm

Install Amazon Scraper API in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Amazon Scraper API in other clients