Shopping MCP Server (Amazon + Target)
Enables AI assistants to search products, manage shopping carts, place orders, and retrieve order history from Amazon and Target accounts.
README
Shopping MCP Server (Amazon + Target)
MCP server for Amazon and Target shopping integration. Manage orders, search products, and interact with your shopping accounts through AI assistants like Claude.
Built on top of rigwild/mcp-server-amazon - Extended with Target support and enhanced features.
Features
Amazon
- Product search: Search for products on Amazon
- Product details: Retrieve detailed information about a specific product
- Cart management: Add items or clear your Amazon cart
- Ordering: Place orders (fake for demonstration purposes)
- Orders history: Retrieve your Amazon orders with year filtering and return status
Target
- Orders history: Retrieve Target orders (online and in-store) with year filtering
- Optimized API interception for fast, reliable data retrieval
Documentation
For detailed setup and usage instructions, see:
- README-SHOPPING.md - Complete setup guide for both platforms
- TARGET-INTEGRATION-SUMMARY.md - Technical details about Target integration
Install
Install dependencies
npm install -D
Build the project
npm run build
Claude Desktop Integration
Create or update ~/Library/Application Support/Claude/claude_desktop_config.json with the path to the MCP server.
{
"mcpServers": {
"shopping": {
"command": "node",
"args": ["/path/to/mcp-server-shopping/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.
![]() |
![]() |
Troubleshooting
The MCP server logs its output to a file. If you encounter any issues, you can check the log file for more information.
Logs
See:
- Windows:
%APPDATA%\Claude\logs\mcp-server-shopping.log - Mac:
~/Library/Logs/Claude/mcp-server-shopping.log
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

