Setup guide
Use Shopix inside your AI tools
You can generate product hero images and detail-page images from Claude Code, Codex, Cursor, and other MCP clients. Talk in plain language — you don’t have to open the web studio first.
Open Shopix and create a keyThree steps to connect
01
Create an access key
Sign in to Shopix, open the terminal icon in the dashboard, and create an access key. The full key is shown only once.
02
Run one command
Paste the snippet for Claude Code, Codex, or Cursor. Other MCP clients can use the same address and key.
03
Ask in plain language
For example: “make 4 Amazon hero images from this product photo.” You don’t have to fill in every setting.
Setup by tool
Claude Code
Run this in the terminal, then ask Claude to generate Shopix product images.
claude mcp add --transport http shopix https://shopix-ai.company/api/mcp --header "Authorization: Bearer <YOUR_KEY>"
Codex
Add this to ~/.codex/config.toml. It works with both the Codex desktop app and the CLI.
# Works with Codex desktop and CLI
[mcp_servers.shopix]
url = "https://shopix-ai.company/api/mcp"
http_headers = { "Authorization" = "Bearer <YOUR_KEY>" }Cursor
Merge this into your MCP config so Cursor can call Shopix.
{
"mcpServers": {
"shopix": {
"url": "https://shopix-ai.company/api/mcp",
"headers": {
"Authorization": "Bearer <YOUR_KEY>"
}
}
}
}
Other MCP clients
Any client that supports HTTP MCP can use the same /api/mcp address and Bearer key.
Defaults
| Setting | Default |
|---|---|
| Marketplace | Generic, unless the conversation names a marketplace |
| Image count | 4 hero images by default |
| Quality tier | Standard — the same practical tier as the website |
| From conversation | The AI reads marketplace, count, and tier from what you say |
Credits and billing
Image runs use the same credit rules as the Shopix website. Credits are charged when generation starts. If a job fails or times out, unused credits follow the usual refund rules. Creating a key does not cost credits.
FAQ
The full key is shown only once. What if I lose it?
Create a new key. The old one stops working immediately. Replace the key in your AI tool.
Can a team sub-account use this?
No. Sign in with the main account to create a key.
Does this use extra credits?
The key itself is free. Generating images costs the same credits as doing it on the website. If you run out, you’ll be pointed to top up.
What if I don’t specify marketplace, count, or quality?
Shopix uses defaults: generic marketplace, 4 hero images, and the standard practical tier. If you mention them in the conversation, those values are used instead.
Does this only work with three tools?
Claude Code, Codex, and Cursor have ready-made snippets. Other MCP clients can use the same endpoint and key.