mcp amazon for Windsurf
io.github.codespar/mcp-amazon
MCP server for Amazon Selling Partner API (SP-API) — orders, listings, catalog, inventory, finances
client:Windsurf
transport:stdio
runtime:npm
Install mcp amazon in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-amazon": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-amazon"
],
"env": {
"AMAZON_LWA_CLIENT_ID": "<AMAZON_LWA_CLIENT_ID>",
"AMAZON_LWA_CLIENT_SECRET": "<AMAZON_LWA_CLIENT_SECRET>",
"AMAZON_REFRESH_TOKEN": "<AMAZON_REFRESH_TOKEN>",
"AMAZON_MARKETPLACE_ID": "<AMAZON_MARKETPLACE_ID>",
"AMAZON_REGION": "<AMAZON_REGION>",
"AMAZON_SELLER_ID": "<AMAZON_SELLER_ID>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs