mcp-amazon
Reads Amazon wishlist data via HTML snapshots or browser integration, providing tools for wishlist items, profile, and health.
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn 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.Last updated7MIT
- Flicense-qualityDmaintenanceThis MCP server scrapes Amazon product details and reviews, manages a local JSON database, and visualizes intelligence data through a rich dashboard.Last updated
- Alicense-qualityCmaintenanceRead-only MCP server for IKEA product search and in-store stock lookup.Last updated301MIT
- Alicense-qualityBmaintenanceHosted 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.Last updated12MIT
Related MCP Connectors
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.
MCP server for accessing curated awesome list documentation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kogecoo/mcp-amazon'
If you have feedback or need assistance with the MCP directory API, please join our Discord server