- Home
- MCP servers
- Amazon
Amazon
- javascript
0
GitHub Stars
javascript
Language
6 months ago
First Indexed
3 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": {
"drahmad89-amazon-mcp": {
"command": "node",
"args": [
"/Users/admin/dev/mcp-server-amazon/build/index.js"
]
}
}
}You can interact with Amazon services through an MCP server, enabling product search, product details, cart management, placing orders for demonstration, and viewing order history within your MCP-enabled chat interfaces. This server exposes convenient actions that you can invoke from your preferred AI assistant to handle common Amazon tasks in a conversational flow.
How to use
Connect any MCP client (such as ChatGPT or Claude-compatible interfaces) to the Amazon MCP Server using the local or remote runtime configured for MCP. Once connected, you can perform practical tasks like searching for products, pulling product details, managing your cart, placing a demo order, and reviewing recent orders. Use natural language prompts to ask for product recommendations, compare options, add items to the cart, clear the cart, and initiate a demo purchase. The server is designed for interactive conversations, so you can alternate between search, comparison, and ordering steps as you refine your decision.
How to install
Prerequisites: you need Node.js installed on your machine. You also need a working MCP client that can connect to an MCP server.
Install dependencies and build the project to prepare the MCP server for use.
npm install -D
npm run build
Configuration and operation notes
The server runs as a local process and is intended to be started and connected by an MCP client. Use the provided runtime command to start the server when your environment is ready.
Troubleshooting
If you encounter issues, check the server’s log file for details about startup, connection attempts, and any runtime errors. Review the log at the path shown by your environment when the server starts.
Security and usage notes
Only trusted MCP clients should connect to this server. Do not expose the server to untrusted networks without proper access controls. The demo features are for demonstration purposes and may not reflect real purchasing behavior.
Examples and capabilities
The server supports the following capabilities within conversations: product search, product details retrieval, cart management (add/clear), demo ordering, and orders history lookup. Use concise prompts to request each action and let the MCP client guide you through any required clarification (such as selecting a product variant or confirming a demo order).
Available tools
product_search
Search for products on Amazon and return matching results with basic details like title, price, and rating.
product_details
Retrieve detailed information about a specific product, including description, price, and key specifications.
cart_management
Add items to the Amazon cart or clear the cart to prepare for a demo purchase.
ordering
Place a demo order to illustrate the purchase flow and confirm the action within the conversation.
orders_history
Fetch recent orders history details to review past activity.