Amazon Scraper API for Grok
io.github.chocodata-com/amazon-scraper-api-mcp
Scrape Amazon products, search, and async batch ASIN lookups across 20 marketplaces
client:Grok
transport:stdio
runtime:npm
Install Amazon Scraper API in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"amazon-scraper-api-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"amazon-scraper-api-mcp"
],
"env": {
"ASA_API_KEY": "<ASA_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs