amazon seller for Windsurf
io.github.wmarceau/amazon-seller
Amazon seller tools: FBA fees, inventory optimization, restock recommendations.
client:Windsurf
transport:stdio
runtime:pypi
Install amazon seller in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"amazon-seller": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs