Interact with Amazon services for product search, cart management, and viewing order history.
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
This is an experimental project and is not affiliated with Amazon. Use at your own risk.
For now, this project is distributed under a private license. You are not permitted to use, copy, distribute, or modify this software without explicit permission from the author.
Interact with the HireBase Job API to manage job listings and applications.
Interact with the Umbraco CMS Management API for administrative tasks.
Interact with and manage your Bitrix24 CRM instance through a powerful set of tools.
Provides access to a specific user's memories from the Omi app.
Interact with Planka, a Trello-like kanban board, to manage projects, boards, and cards. Requires Planka server URL and credentials.
A Todo and Task Manager server for creating, updating, and managing tasks, using a SQLite database.
A spellchecker and grammar checker for developers, requiring a Hyperspell token for authentication.
Interact with your Obsidian vault from your IDE or Claude Desktop.
Dynamic and reflective problem-solving through thought sequences
a macOS-only MCP server that enables AI agents to capture screenshots of applications, or the entire system.