Loading MCP server directory, please wait...
MCP server for Amazon Selling Partner API (SP-API) — orders, listings, catalog, inventory, finances
npx @getmcp/cli add io.github.codespar/mcp-amazonRequires Node.js 18+. Community-contributed server. Review source before installing.
AMAZON_LWA_CLIENT_IDLogin with Amazon (LWA) client_id from Seller Central > Developer Central (SP-API app).
AMAZON_LWA_CLIENT_SECRETLWA client_secret paired with AMAZON_LWA_CLIENT_ID.
AMAZON_REFRESH_TOKENLong-lived seller-authorized refresh_token exchanged for 1-hour LWA access tokens used as x-amz-access-token.
AMAZON_MARKETPLACE_IDDefault marketplace id. BR: A2Q3Y263D00KWC, US: ATVPDKIKX0DER, MX: A1AM78C64UM0Y8, CA: A2EUQ1WTGCTBG2. Required by most endpoints; can be overridden per-call.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-amazon": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-amazon"
],
"env": {
"AMAZON_LWA_CLIENT_ID": "",
"AMAZON_LWA_CLIENT_SECRET": "",
"AMAZON_REFRESH_TOKEN": "",
"AMAZON_MARKETPLACE_ID": "",
"AMAZON_REGION": "",
"AMAZON_SELLER_ID": ""
}
}
}
}