Amazon Scraper API MCP Server
io.github.ChocoData-com/amazon-scraper-api-mcp
What is the Amazon Scraper API MCP server?
Scrape Amazon products, search, and async batch ASIN lookups across 20 marketplaces
How to install Amazon Scraper API
Copy-paste configuration for popular MCP clients.
ASA_API_KEYrequiredsecretAmazon Scraper API key. Get 1000 free requests (no credit card) at https://app.amazonscraperapi.com
{
"mcpServers": {
"amazon-scraper-api-mcp": {
"command": "npx",
"args": [
"-y",
"amazon-scraper-api-mcp"
],
"env": {
"ASA_API_KEY": "<YOUR_ASA_API_KEY>"
}
}
}
}{
"mcpServers": {
"amazon-scraper-api-mcp": {
"command": "npx",
"args": [
"-y",
"amazon-scraper-api-mcp"
],
"env": {
"ASA_API_KEY": "<YOUR_ASA_API_KEY>"
}
}
}
}{
"mcpServers": {
"amazon-scraper-api-mcp": {
"command": "npx",
"args": [
"-y",
"amazon-scraper-api-mcp"
],
"env": {
"ASA_API_KEY": "<YOUR_ASA_API_KEY>"
}
}
}
}{
"servers": {
"amazon-scraper-api-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"amazon-scraper-api-mcp"
],
"env": {
"ASA_API_KEY": "<YOUR_ASA_API_KEY>"
}
}
}
}claude mcp add amazon-scraper-api-mcp --env ASA_API_KEY=<YOUR_ASA_API_KEY> -- npx -y amazon-scraper-api-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.