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 "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., "@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 Cart 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/ArseniiB-o/amazon-seller-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server