Amazon Seller MCP Server
Allows management of Amazon seller accounts, including listings, orders, inventory, pricing, and sales reports through Amazon's Selling Partner API.
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., "@Amazon Seller MCP ServerShow me all my listings on Amazon"
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.
Amazon Seller MCP Server
MCP (Model Context Protocol) server for managing your Amazon Seller account directly from Claude Code or any MCP-compatible AI assistant.
Features
17 tools for full seller account management:
Tool | Description |
| Show all active marketplaces |
| Switch between DE, UK, FR, IT, ES, NL, PL, IE, SE, AE, BE |
| Get all products with details (Reports API) |
| Get detailed info for a specific SKU |
| Search Amazon catalog by keywords or ASIN |
| Create a new product listing |
| Update product price |
| Update inventory quantity |
| Update title, description, bullet points, etc. |
| Delete/deactivate a listing |
| Get orders for the last N days |
| Get full order details with line items |
| Check FBA and merchant inventory levels |
| Get competitor pricing for ASINs |
| Estimate Amazon fees for a product |
| Sales summary report |
| Upload GPSR/safety documents |
Related MCP server: Amazon SP-API MCP Server
Key Design Decisions
Auto-detects seller ID — no need to provide it manually
Auto-detects product type — no hardcoded values when updating listings
Structured JSON responses — all tools return
{success, data, error}formatError hints — troubleshooting suggestions for common API errors
Multi-marketplace — switch between 11 EU marketplaces at runtime
Setup
1. Get Amazon SP-API Credentials
Register as a developer at Amazon Developer Central
Create an SP-API application (self-authorization)
Generate a refresh token via Authorize → Generate refresh token
2. Install
git clone https://github.com/ArseniiB-o/amazon-seller-mcp.git
cd amazon-seller-mcp
pip install -r requirements.txt
cp .env.example .env
# Edit .env with your credentials3. Configure Claude Code
Add to ~/.claude/settings.json:
{
"mcpServers": {
"amazon-seller": {
"command": "python",
"args": ["path/to/amazon-seller-mcp/server.py"]
}
}
}4. Use
Just talk to Claude:
"Show me all my listings on Amazon"
"Update the price of SKU K1 to 45 EUR"
"How many orders did I get this month?"
"Switch to UK marketplace and show listings there"
"What are the Amazon fees for ASIN B0H52TPLYQ at 60 EUR?"
Environment Variables
Variable | Description |
| LWA Client ID (starts with |
| LWA Client Secret |
| Refresh token (starts with |
| Default marketplace code (default: |
Requirements
Python 3.11+
Amazon Professional Seller account
SP-API application with appropriate roles
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
- VendoolyOAuthcom.vendooly
Amazon Seller Central and Amazon Ads for AI assistants: catalog, orders, FBA, pricing, PPC.
Connect Amazon Seller Central to Claude or ChatGPT via MCP. Orders, inventory, pricing, fees, FBA.
Amazon brand, seller, niche & buy-box intelligence inside your own Claude or ChatGPT.
Run an eBay seller account from your AI assistant: orders, listings, stock, fees and payouts.
Related MCP Servers
- FlicenseCqualityBmaintenanceEnables AI assistants to query and analyze Amazon seller data from Sellfox, including sales, advertising, profits, inventory, and reviews, through natural language.2702-
- FlicenseAqualityBmaintenanceConnects Claude to Amazon Seller Central via the SP-API for natural language queries on sales, inventory, reports, fees, reimbursements, and analytics.2047-
- AlicenseNot gradedqualityCmaintenanceExposes Amazon Selling Partner API tools for sellers to manage orders, inventory, listings, pricing, analytics, and reports via natural language.15 npm1AGPL 3.0
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to search products, manage cart, place orders, and track shipments on Amazon via browser automation.14 npm1MIT