- Home
- MCP servers
- Amazon
Amazon
- javascript
15
GitHub Stars
javascript
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"rigwild-mcp-server-amazon": {
"command": "node",
"args": [
"/Users/admin/dev/mcp-server-amazon/build/index.js"
]
}
}
}You can use the Amazon MCP Server to interact with Amazon services through MCP-enabled chat interfaces. It lets you search products, view details, manage your cart, place demo orders, and review recent orders in a conversational flow.
How to use
Connect with an MCP client and select the Amazon MCP Server to start a conversation. You can perform a sequence of actions in a natural dialogue: search for products, view product details, add items to your cart, clear the cart, place a demo order, and check your recent orders. Treat each action as a step in a shopping session and let the assistant guide you through product comparisons, recommendations, and a simulated checkout.
Practical usage patterns include: searching for items by keyword, inspecting item specifications or prices, adding multiple items to the cart, removing items if needed, placing a fake order for demonstration purposes, and reviewing the most recent orders. Use conversational prompts to switch between browsing, comparing, and purchasing flows.
How to use with Claude Desktop integration
Configure the Claude Desktop integration to point to the Amazon MCP Server so Claude can send requests through the MCP layer. You will provide the path to the built server file so Claude can launch it for you.
{
"mcpServers": {
"amazon": {
"command": "node",
"args": ["/Users/admin/dev/mcp-server-amazon/build/index.js"]
}
}
}
Available tools
product_search
Search for products on Amazon using natural language prompts, returning matching items and basic details.
product_details
Retrieve detailed information about a specific product, including price, ratings, and key specifications.
cart_management
Add items to your Amazon cart or clear the cart, enabling you to prepare items before ordering.
ordering
Place orders within the MCP session to demonstrate a purchase flow (demonstration mode only).
orders_history
Fetch recent order details and history for the authenticated Amazon account.