amazonads mcp for Windsurf
io.github.cprice70/amazonads-mcp
MCP server for Amazon Ads API - manage campaigns, keywords, bids, and performance reports
client:Windsurf
transport:stdio
runtime:npm
Install amazonads mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"amazonads-mcp": {
"command": "npx",
"args": [
"-y",
"amazonads-mcp"
],
"env": {
"AMAZON_ADS_CLIENT_ID": "<AMAZON_ADS_CLIENT_ID>",
"AMAZON_ADS_CLIENT_SECRET": "<AMAZON_ADS_CLIENT_SECRET>",
"AMAZON_ADS_REFRESH_TOKEN": "<AMAZON_ADS_REFRESH_TOKEN>",
"AMAZON_ADS_REGION": "<AMAZON_ADS_REGION>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs