mcp-amazon
Reads Amazon wishlist data via HTML snapshots or browser integration, providing tools for wishlist items, profile, and health.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-amazonshow items from my Amazon wishlist"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-amazon
mcp-amazon is a read-only, source-scoped MCP server for Amazon wishlist data.
Version 0.1.0 supports two read paths:
HTML snapshot parsing for stable, low-risk reads
optional live browser-backed reads with an operator-supplied storage state
It follows the shared source conventions documented in mcp-source-playbook and mcp-source-foundation.
Implemented
MCP stdio server via
mcp-amazon-serverprofile and health reporting
wishlist reads through
amazon_wishlist_itemsfocused unit tests for parsing and profile behavior
Related MCP server: Amazon Product Intelligence Agent
Tools
amazon_profileamazon_healthamazon_wishlist_items
Configuration
Use either a saved HTML snapshot or a wishlist ID:
export AMAZON_WISHLIST_HTML_PATH="/path/to/wishlist.html"
export AMAZON_WISHLIST_ID="wishlist-id"
export AMAZON_STORAGE_STATE="/path/to/storage-state.json"
export AMAZON_DOMAIN="www.amazon.co.jp"CLI
mcp-amazon profile --format json
mcp-amazon wishlist --format json
mcp-amazon-serverSafety
read-only by default
write and account-changing operations are not implemented in v1
live browser reads are opt-in and require operator-managed session state
Development
python -m pytestThis server cannot be deployed
Maintenance
Related MCP Connectors
An MCP server that provides read access to your cloud storage providers, bank accounts and more.
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Related MCP Servers
- AlicenseAqualityFmaintenanceAn MCP server that enables users to manage their Amazon Alexa shopping lists directly from MCP clients like Claude. It provides tools for listing, adding, updating, and deleting shopping list items through secure Amazon account authentication.7MIT
- FlicenseNot gradedqualityDmaintenanceThis MCP server scrapes Amazon product details and reviews, manages a local JSON database, and visualizes intelligence data through a rich dashboard.-
- AlicenseAqualityCmaintenanceRead-only MCP server for IKEA product search and in-store stock lookup.929 npm1MIT
- AlicenseNot gradedqualityBmaintenanceHosted Amazon Seller Central & Vendor Central MCP server. Connect Claude, ChatGPT, Cursor, Codex, Gemini, and GitHub Copilot to live Amazon SP-API and Amazon Ads API data.15MIT