Skip to content
Cursor

catalog cli pro for Cursor

io.github.bwb03/catalog-cli-pro

Amazon catalog auditing tool. 13 quality checks for your listings.

client:Cursor transport:stdio runtime:npm

Install catalog cli pro in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "catalog-cli-pro": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@bwb03/catalog-cli-pro"
      ],
      "env": {
        "CATALOG_API_KEY": "<CATALOG_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

catalog cli pro in other clients