Amazon Seller Central integration
Connect to Amazon Seller Central for managing inventory, orders, and analytics.
{
"mcpServers": {
"amazon-seller": {
"mcpServers": {
"amazon-seller": {
"env": {
"AMAZON_CLIENT_ID": "your-client-id",
"AMAZON_CLIENT_SECRET": "your-client-secret",
"AMAZON_REFRESH_TOKEN": "your-refresh-token"
},
"args": [
"-y",
"amazon-sp-mcp-server"
],
"command": "npx"
}
}
}
}
}