Listing Bureau - Amazon Organic Ranking MCP Server for Cursor
io.github.listingbureau/listingbureau-mcp
Amazon organic ranking MCP server. Run campaigns, track positions, monitor rank movement.
client:Cursor
transport:stdio
runtime:npm
Install Listing Bureau - Amazon Organic Ranking MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"listingbureau-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"listingbureau-mcp"
],
"env": {
"LB_API_KEY": "<LB_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs