Amazon Seller
Rank #31,632io.github.wmarceau/amazon-seller
MCP server providing amazon-seller capabilities
Amazon Seller is a Model Context Protocol (MCP) server published by MarceauSolutions. It ranks #31,632 of 115,591 servers tracked on MCP Toplist. Amazon Seller is listed on Official MCP, with 2 tracked versions. It was first listed on Jan 14, 2026 and most recently updated on Jan 14, 2026.
Ranks ahead of 83,959 of 115,591 servers on MCP Toplist.
Use Amazon Seller
claude mcp add amazon-seller -e "AMAZON_REFRESH_TOKEN=<your AMAZON_REFRESH_TOKEN>" -e "AMAZON_LWA_APP_ID=<your AMAZON_LWA_APP_ID>" -e "AMAZON_LWA_CLIENT_SECRET=<your AMAZON_LWA_CLIENT_SECRET>" -- uvx amazon-seller-mcpReplace each placeholder with your own value before saving.
[mcp_servers.amazon-seller]
command = "uvx"
args = ["amazon-seller-mcp"]
[mcp_servers.amazon-seller.env]
AMAZON_REFRESH_TOKEN = "<your AMAZON_REFRESH_TOKEN>"
AMAZON_LWA_APP_ID = "<your AMAZON_LWA_APP_ID>"
AMAZON_LWA_CLIENT_SECRET = "<your AMAZON_LWA_CLIENT_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"amazon-seller": {
"command": "uvx",
"args": [
"amazon-seller-mcp"
],
"env": {
"AMAZON_REFRESH_TOKEN": "<your AMAZON_REFRESH_TOKEN>",
"AMAZON_LWA_APP_ID": "<your AMAZON_LWA_APP_ID>",
"AMAZON_LWA_CLIENT_SECRET": "<your AMAZON_LWA_CLIENT_SECRET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"amazon-seller": {
"command": "uvx",
"args": [
"amazon-seller-mcp"
],
"env": {
"AMAZON_REFRESH_TOKEN": "<your AMAZON_REFRESH_TOKEN>",
"AMAZON_LWA_APP_ID": "<your AMAZON_LWA_APP_ID>",
"AMAZON_LWA_CLIENT_SECRET": "<your AMAZON_LWA_CLIENT_SECRET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"amazon-seller": {
"type": "stdio",
"command": "uvx",
"args": [
"amazon-seller-mcp"
],
"env": {
"AMAZON_REFRESH_TOKEN": "<your AMAZON_REFRESH_TOKEN>",
"AMAZON_LWA_APP_ID": "<your AMAZON_LWA_APP_ID>",
"AMAZON_LWA_CLIENT_SECRET": "<your AMAZON_LWA_CLIENT_SECRET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"amazon-seller": {
"command": "uvx",
"args": [
"amazon-seller-mcp"
],
"env": {
"AMAZON_REFRESH_TOKEN": "<your AMAZON_REFRESH_TOKEN>",
"AMAZON_LWA_APP_ID": "<your AMAZON_LWA_APP_ID>",
"AMAZON_LWA_CLIENT_SECRET": "<your AMAZON_LWA_CLIENT_SECRET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"amazon-seller": {
"command": "uvx",
"args": [
"amazon-seller-mcp"
],
"env": {
"AMAZON_REFRESH_TOKEN": "<your AMAZON_REFRESH_TOKEN>",
"AMAZON_LWA_APP_ID": "<your AMAZON_LWA_APP_ID>",
"AMAZON_LWA_CLIENT_SECRET": "<your AMAZON_LWA_CLIENT_SECRET>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.wmarceau%2Famazon-seller)<a href="https://mcptoplist.com/server/io.github.wmarceau%2Famazon-seller"><img src="https://mcptoplist.com/badge/io.github.wmarceau%2Famazon-seller.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
MarceauSolutions
Other servers by MarceauSolutions
View all MarceauSolutions servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Jan 14, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Amazon Seller?
- Amazon Seller is maintained by MarceauSolutions, which publishes 11 MCP servers (19 total versions) tracked on MCP Toplist.
- Is Amazon Seller listed on the Official MCP Registry?
- Yes — Amazon Seller is listed on the Official MCP Registry.
- How many versions does Amazon Seller have?
- MCP Toplist tracks 2 versions of Amazon Seller, most recently published on Jan 14, 2026.
- Where can I find the source code for Amazon Seller?
- The source code for Amazon Seller is hosted at github.com/MarceauSolutions/dev-sandbox.