Skip to content
Grok

amazon creators for Grok

io.github.houtini-ai/amazon-creators

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

client:Grok transport:stdio runtime:npm

Install amazon creators in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

amazon creators in other clients