Skip to content

Amazon listing image and video MCP server (Amazon Agent Iris) for Grok

io.github.kuudoai/amazon-agent-iris-mcp

MCP server that creates Amazon listing images and product video from live catalog data.

client:Grok transport:streamable-http

Install Amazon listing image and video MCP server (Amazon Agent Iris) in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "amazon-agent-iris-mcp": {
      "type": "http",
      "url": "https://{AGENT_IRIS_HOST}/mcp"
    }
  }
}

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 listing image and video MCP server (Amazon Agent Iris) in other clients