MCP Catalogs
Homemcp-server-amazon screenshot

mcp-server-amazon

by rigwild·29·Score 38

Unofficial Amazon MCP server enabling product search and purchase directly through Claude AI.

ecommerceai-llmproductivity
16
Forks
6
Open issues
10 mo ago
Last commit
2d ago
Indexed

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:

you:Shopping on Amazon through natural language conversation with Claude
you:Comparing products using AI recommendations before making a purchase
you:Automating routine shopping tasks through AI assistants
you:Is the ordering functionality real?
you:How do I troubleshoot issues with the server?

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 README
  • search_products

    Search for products on Amazon

  • get_product_details

    Retrieve detailed information about a specific product on Amazon

  • add_to_cart

    Add items to your Amazon cart

  • clear_cart

    Clear your Amazon cart

  • place_order

    Place an order (demo mode)

  • get_order_history

    Retrieve your recent Amazon orders details

Comparable tools

mcp-server-ebayamazon-shopping-apiclaude-amazon-plugin

Installation

Installation

  1. Install dependencies:
npm install -D
  1. Build the project:
npm run build
  1. 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"]
    }
  }
}
  1. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.