Amazon MCP Server
Enables searching Amazon India products, retrieving details, tracking prices, managing favorites, and more with fast caching.
README
Amazon MCP Server - Enhanced Edition
A high-performance MCP (Model Context Protocol) server for searching Amazon India products with advanced features, fast caching, and many powerful tools.
🚀 Quick Start (Recommended)
Run instantly with npx (no installation required):
npx -y @magudeshwaran-hmw/amazon-mcp-server
🛠️ Configuration
Add this to your MCP settings (Cursor, Claude Desktop, etc.):
{
"mcpServers": {
"amazon-search": {
"command": "npx",
"args": ["-y", "@magudeshwaran-hmw/amazon-mcp-server"]
}
}
}
Note: Requires Python to be installed and available in your system PATH.
✨ Features
- 🔍 Fast Product Search - Search Amazon products with intelligent caching
- 📦 Product Details - Get price, rating, reviews, images, descriptions
- 🔥 Trending Products - Discover popular products based on access patterns
- 🏷️ Category-based Search - Filter by categories (electronics, etc.)
- 💸 Price Tracking - Track historical price changes
- ⭐ Favorites System - Save your favorite products
- 📜 Search History - Track your search history
- 🔄 Batch Operations - Search multiple products at once
- 📤 Export/Import - Export product data to JSON format
- 🎯 Recommendations - Get product recommendations (simulated)
📦 Local Development
If you want to run or modify the code locally:
-
Install Dependencies:
pip install -r requirements.txt -
Run Server:
python main.py -
Test Functionality:
python test_server.py
🛠️ Available Tools
1. search_product
Search for Amazon products by name.
query(string): Product namelimit(int): Max results
2. get_product_details
Get detailed information.
url(string): Product URL
3. get_trending_products
Get popular products.
4. get_price_history
product_id(string): ASIN
5. add_to_favorites / remove_from_favorites
Manage your wishlist.
6. batch_search
Search multiple queries at once.
7. export_data
Export database to JSON.
⚡ Tech Stack
- Python: Core logic (mcp, aiosqlite, beautifulsoup4)
- Node.js: Distribution wrapper (npx)
- SQLite: Local caching
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.