amazon seller for Cursor
io.github.wmarceau/amazon-seller
Amazon seller tools: FBA fees, inventory optimization, restock recommendations.
client:Cursor
transport:stdio
runtime:pypi
Install amazon seller in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"amazon-seller": {
"type": "stdio",
"command": "uvx",
"args": [
"amazon-seller-mcp"
],
"env": {
"AMAZON_REFRESH_TOKEN": "<AMAZON_REFRESH_TOKEN>",
"AMAZON_LWA_APP_ID": "<AMAZON_LWA_APP_ID>",
"AMAZON_LWA_CLIENT_SECRET": "<AMAZON_LWA_CLIENT_SECRET>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs