AmzDesignKit MCP server

Connect Claude, ChatGPT, Cursor or any MCP client to 77,000+ real Amazon listing image examples. Search by image type and category, then let your AI analyse the images. Free, no API key.

Server URL
https://mcp.amzdesignkit.com/mcp
Transport
Streamable HTTP
Authentication
None. Rate limit: 120 requests per minute per IP.

What your AI can do

Claude (claude.ai web, desktop and mobile)

  1. Open Settings → Connectors.
  2. Click Add custom connector.
  3. Name: AmzDesignKit. URL: https://mcp.amzdesignkit.com/mcp. Leave OAuth fields empty.
  4. Click Add. In a chat, open the tools menu and make sure AmzDesignKit is on.

On Team and Enterprise plans an owner may need to add the connector first.

Claude Code

claude mcp add --transport http amzdesignkit https://mcp.amzdesignkit.com/mcp

Then run /mcp in Claude Code to confirm it is connected.

ChatGPT

  1. Open Settings → Apps & Connectors → Advanced settings and turn on Developer mode.
  2. Back in Apps & Connectors, click Create.
  3. Name: AmzDesignKit. MCP server URL: https://mcp.amzdesignkit.com/mcp. Authentication: No authentication.
  4. Tick that you trust the app, then Create. In a chat, choose it from the + menu.

Cursor

Add this to ~/.cursor/mcp.json (or .cursor/mcp.json in a project):

{
  "mcpServers": {
    "amzdesignkit": {
      "type": "http",
      "url": "https://mcp.amzdesignkit.com/mcp"
    }
  }
}

VS Code (GitHub Copilot)

code --add-mcp '{"name":"amzdesignkit","type":"http","url":"https://mcp.amzdesignkit.com/mcp"}'

Claude Desktop (config file) and other stdio-only clients

If a client only supports local servers, bridge with mcp-remote (needs Node.js). For Claude Desktop, edit claude_desktop_config.json via Settings → Developer → Edit Config, then restart the app:

{
  "mcpServers": {
    "amzdesignkit": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.amzdesignkit.com/mcp"
      ]
    }
  }
}

Try it

For developers

Test with the MCP Inspector:

npx @modelcontextprotocol/inspector

Choose transport Streamable HTTP and URL https://mcp.amzdesignkit.com/mcp. Plain JSON data is also available at /api/taxonomy and /api/examples, documented in llms.txt.

Want to save boards or import your own competitors?

A free account lets you save examples to boards, share them with your team and run AI analysis. Paid plans add importing examples from any Amazon listing.

Sign up free