Skip to content
Cursor

amazon creators for Cursor

io.github.houtini-ai/amazon-creators

Amazon product search returning paste-ready affiliate deal rows for your blog

client:Cursor transport:stdio runtime:npm

Install amazon creators 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": {
    "amazon-creators": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@houtini/amazon-creators-mcp"
      ],
      "env": {
        "AMAZON_CLIENT_ID": "<AMAZON_CLIENT_ID>",
        "AMAZON_CLIENT_SECRET": "<AMAZON_CLIENT_SECRET>",
        "AMAZON_PARTNER_TAG": "<AMAZON_PARTNER_TAG>",
        "AMAZON_CREDENTIAL_VERSION": "<AMAZON_CREDENTIAL_VERSION>",
        "AMAZON_MARKETPLACE": "<AMAZON_MARKETPLACE>",
        "AMAZON_MAX_CONCURRENCY": "<AMAZON_MAX_CONCURRENCY>"
      }
    }
  }
}

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

amazon creators in other clients