
mcp-server-amazon
by rigwild·★ 29·Score 38
Unofficial Amazon MCP server enabling product search and purchase directly through Claude AI.
Overview
This MCP server provides a bridge between Amazon's services and AI assistants like Claude. It allows users to search products, view detailed information, manage carts, and place orders through conversational interfaces. The server implements the MCP protocol to expose Amazon functionality as tools that can be called by AI models.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this server if you want to shop on Amazon through AI assistants without switching between applications.
When NOT to choose this
Don't choose this for real Amazon purchases as orders are only for demonstration purposes, and it lacks official Amazon support.
Tools this server exposes
6 tools extracted from the READMEsearch_productsSearch for products on Amazon
get_product_detailsRetrieve detailed information about a specific product on Amazon
add_to_cartAdd items to your Amazon cart
clear_cartClear your Amazon cart
place_orderPlace an order (demo mode)
get_order_historyRetrieve your recent Amazon orders details
Comparable tools
Installation
Installation
- Install dependencies:
npm install -D- Build the project:
npm run build- For Claude Desktop Integration, create or update
~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"amazon": {
"command": "node",
"args": ["/path/to/mcp-server-amazon/build/index.js"]
}
}
}- Restart Claude Desktop to apply the changes.
FAQ
- Is the ordering functionality real?
- Orders are fake for demonstration purposes. The server doesn't actually process real transactions with Amazon.
- How do I troubleshoot issues with the server?
- Check the log file at `~/Library/Logs/Claude/mcp-server-amazon.log` for diagnostic information.
Compare mcp-server-amazon with
Last updated · Auto-generated from public README + GitHub signals.