mcp -amazon
🛍📦 Unofficial Amazon Model Context Protocol Server (MCP) - Search products and purchase directly from Claude AI! ✨
claude mcp add --transport stdio rigwild-mcp-server-amazon node /Users/admin/dev/mcp-server-amazon/build/index.js
How to use
This Amazon MCP Server provides a text-based interface to interact with Amazon services through the MCP framework. You can search for products, view product details, manage your cart (add items or clear it), place orders (for demonstration purposes), and fetch recent orders history. The server is designed to be used from ChatGPT, Claude AI, or other MCP-enabled clients, enabling natural language conversations to perform common Amazon tasks. Typical usage includes asking to search for a product, requesting details about a specific item, adding items to your cart, or initiating a mock purchase and retrieving order history. The Claude Desktop integration example shows how to point a client config at the built server and expose it to Claude for a smoother user experience.
How to install
Prerequisites:
- Node.js and npm installed on your system
- Access to the repository for the MCP server
Install and build:
-
Install dependencies npm install -D
-
Build the project npm run build
-
Run the server locally (example) node build/index.js
Optional for Claude integration:
- Create or update Claude Desktop config to point to the built server entry (as shown in the README): { "mcpServers": { "amazon": { "command": "node", "args": ["/Users/your-username/path-to-your-project/build/index.js"] } } }
Ensure you replace the path with the actual path to your built index.js.
Additional notes
Notes and tips:
- The server logs output to a log file (e.g., ~/Library/Logs/Claude/mcp-server-amazon.log) for troubleshooting.
- If you modify the server or its configuration, rebuild before running again.
- When integrating with Claude Desktop, ensure the path in your claude_desktop_config.json points to the built index.js and restart the Claude app to apply changes.
- The ordering feature is demonstration-only and does not perform real purchases; it is intended for testing MCP flows in chat interfaces.
Related MCP Servers
pluggedin-app
The Crossroads for AI Data Exchanges. A unified, self-hostable web interface for discovering, configuring, and managing Model Context Protocol (MCP) servers—bringing together AI tools, workspaces, prompts, and logs from multiple MCP sources (Claude, Cursor, etc.) under one roof.
filesystem
A Model Context Protocol (MCP) server for platform-agnostic file capabilities, including advanced search/replace and directory tree traversal
Excel -Master
Excel MCP Server - Manipulate Excel files without Microsoft Excel. Model Context Protocol for XLSX, XLSM with Claude AI integration
mcp-web-search-tool
A MCP server providing real-time web search capabilities to any AI model.
vscode-context
MCP Server to Connect with VS Code IDE
mcp-turso
MCP server for interacting with Turso-hosted LibSQL databases