Loading MCP server directory, please wait...
Amazon seller tools: FBA fees, inventory optimization, restock recommendations.
npx @getmcp/cli add io.github.wmarceau/amazon-sellerRequires Python 3.10+. Community-contributed server. Review source before installing.
AMAZON_REFRESH_TOKENAmazon SP-API refresh token
AMAZON_LWA_APP_IDAmazon LWA App ID (Client ID)
AMAZON_LWA_CLIENT_SECRETAmazon LWA Client Secret
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wmarceau/amazon-seller": {
"command": "uvx",
"args": [
"amazon-seller-mcp"
],
"env": {
"AMAZON_REFRESH_TOKEN": "",
"AMAZON_LWA_APP_ID": "",
"AMAZON_LWA_CLIENT_SECRET": ""
}
}
}
}