ππ¦ Unofficial Amazon Model Context Protocol Server (MCP) - Search products and purchase directly from Claude AI! β¨
Config is the same across clients β only the file and path differ.
{
"mcpServers": {
"amazon": {
"args": [
"/Users/admin/dev/mcp-server-amazon/build/index.js"
],
"command": "node"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This server allows you to interact with Amazon's services using the MCP (Model Context Protocol) framework. This lets you use your Amazon account through ChatGPT or Claude AI interfaces.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories β click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience β it helps other developers decide.
Sign in to write a review.
Others in ecommerce
35+ AI tools for TCG card grading, Monte Carlo pricing, 370K+ product search. BYOK.
Production-grade MCP server and CLI tool for Shopify Admin GraphQL API β 49+ tools, YAML-extensible, dual auth, dual transport, Docker-ready
A command line tool for setting up commercetools MCP server
This is the reference implementation for the mcp server
MCP Security Weekly
Get CVE alerts and security updates for Mcp Server Amazon and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This server allows you to interact with Amazon's services using the MCP (Model Context Protocol) framework. This lets you use your Amazon account through ChatGPT or Claude AI interfaces.
Simple demo, showcasing a quick product search and purchase.

Another more complex demo with products search, leveraging Claude AI recommendations to compare and make a decision, then purchase.
It showcases how natural and powerful the Amazon MCP integration could be inside a conversation
Video: https://www.youtube.com/watch?v=xas2CLkJDYg
Install dependencies
npm install -D
Build the project
npm run build
Create or update ~/Library/Application Support/Claude/claude_desktop_config.json with the path to the MCP server.
{
"mcpServers": {
"amazon": {
"command": "node",
"args": ["/Users/admin/dev/mcp-server-amazon/build/index.js"]
}
}
}
Restart the Claude Desktop app to apply the changes. You should now see the Amazon MCP server listed in the Claude Desktop app.
![]() | ![]() |
The MCP server logs its output to a file. If you encounter any issues, you can check the log file for more information.
See ~/Library/Logs/Claude/mcp-server-amazon.log