Back to Blog
Feature Guide

How to Run an AI Fashion Photoshoot Without Leaving ChatGPT or Claude

July 16, 2026Uwear Team6 min read
The Uwear MCP app inside an AI chat, showing the clothing library and Shoot Board used to set up a photoshoot

Ask ChatGPT or Claude for an AI solution for fashion photoshoots and you usually get a list of tools to go sign up for. Connect the Uwear MCP server and the assistant stops recommending and starts producing: it reads your garments, picks a model, plans the looks, and comes back with one costed brief. You approve it, the shoot runs, and the finished product photos land in your Uwear workspace. You never leave the chat.

This guide walks the real flow on real screens, then shows the install for each client: ChatGPT, Claude, Claude Code, and Codex. All four connect to the same remote server with the same Uwear login, so start with the one your team already has open.

Short version: paste https://api.uwear.ai/mcp into your assistant, log in with your Uwear account, and ask for a shoot in plain language. The assistant prepares a costed photoshoot brief, nothing generates until you confirm, and every install path below also lives on the Uwear MCP page.

What a Fashion Photoshoot in Chat Looks Like

The whole run is three moves: ask, confirm the context, approve the cost. These screenshots come from one real session with the Uwear MCP connected.

Step 1: Ask for the shoot

Start with one message. No brief template, no upload form, no new tab. The run in these screenshots started with a single line asking for an urban photoshoot.

Chat input holding the message: I want to shoot with uwear a urban photoshoot
The whole request: one chat message asking Uwear for an urban photoshoot.

Step 2: Confirm the context in chat

The assistant calls the Uwear tools and opens your actual workspace inside the conversation: your clothing, your models, your credit balance. Drag the pieces you want onto the Shoot Board and confirm. On a local agent like Claude Code or Codex, this step can come straight from a product folder or a line sheet instead.

Uwear MCP app rendered inside the chat, with clothing tiles on the left and an empty Shoot Board waiting for a selection on the right
The Uwear app inside the chat: the real clothing library on the left, the Shoot Board collecting the shoot context on the right.

Step 3: Approve the costed brief

The assistant does the production thinking and comes back with an itemized brief: the looks it paired, the model, the framing, the art direction per look, and the exact credit cost of the run. Adjust any line, or confirm and let it run. Nothing spends a credit before you approve.

Review brief before generation screen listing paired looks with per-request credit costs and a Confirm 19 requests button totaling 76 credits
The costed brief before generation: 19 requests itemized look by look, 76 credits total, one Confirm button.

After you confirm, generation runs on Uwear. Results land in your workspace, in the same library Studio uses, so you can keep iterating in chat, review everything in Studio, or pull the files through the API.

Run It From ChatGPT

In ChatGPT, Uwear MCP installs as an app in Settings. Developer mode is required today.

  1. Open Settings, then Apps. Enable developer mode if your workspace asks for it.
  2. Create a new app and paste the Uwear MCP server URL: https://api.uwear.ai/mcp
  3. Authorize with your Uwear account, then choose Uwear MCP in any chat.

Run It From Claude

In Claude, Uwear MCP installs as a custom connector, and it works on both Claude web and Claude desktop.

  1. Open Settings, then Connectors, then Add custom connector.
  2. Name it Uwear and paste the server URL: https://api.uwear.ai/mcp
  3. Log in with your Uwear account, then enable the connector in a conversation.

Run It From Claude Code

Claude Code runs on your machine, which changes what the photoshoot can touch: the agent reads garments straight from your product folders and writes finished images back to disk, exactly where your pipeline expects them.

claude mcp add --transport http uwear https://api.uwear.ai/mcp
  1. Add the server with the command above.
  2. Run /mcp inside Claude Code and complete the OAuth login with your Uwear account.
  3. Ask for a Uwear photoshoot plan. The brief comes back for approval before any run.

Run It From Codex

Codex connects with two lines of configuration and works straight from your folders, CSVs, and line sheets.

# ~/.codex/config.toml
[mcp_servers.uwear]
url = "https://api.uwear.ai/mcp"
  1. Add the server to ~/.codex/config.toml with the block above.
  2. Authenticate: codex mcp login uwear
  3. Point Codex at a product folder, CSV, or line sheet and ask for a Uwear photoshoot plan.

Using a different agent? Any client that supports remote MCP servers connects with the same URL and OAuth login, and the Uwear MCP page has a copyable install prompt the agent can follow on its own. Agents that prefer flat files can read llms.txt or UWEAR.md, both kept in sync with the product.

What to Ask For Once Connected

Ask for work, not for features. Each of these is one message in the chat where you installed Uwear, and each one stops at a costed brief before credits are spent.

  • "Shoot this drop as an urban editorial. One model across every look."
  • "Here is drops/s26/line-sheet.csv. Prepare a photoshoot plan for every SKU and show me the cost first." (Claude Code and Codex read your files directly.)
  • "Pair every hoodie with the bottom that sells it, then shoot the set on one model."
  • "Run QA on the finished results and retry anything rejected."
  • "Download the approved images into assets/pdp, named by SKU." (Local agents write results straight to disk.)

Turn On QA and an AI Reviewer Checks Every Result

QA rides in the same conversation, and it is a switch you flip, not a gate you wait behind. Turn it on, and the AI reviewer checks each result against your model, your prompt, and every garment in the look. What passes ships. What fails retries with the reason attached, like a jacket rejected for showing five buttons where the reference has four, then retried and approved.

Retries are generations, so they cost credits, and the brief prices all of it up front. The 76-credit run above already included QA with one retry per look, so the number you approve is the number you spend. The QA and retries page shows how the AI reviewer works in detail.

Start on the MCP Page

Everything in this post starts at the Uwear MCP page: install tabs for every client, the copyable agent install prompt, and the FAQ on approvals, credits, and where results land. If you would rather build against HTTP than chat, the same production runs over the REST API. The agent skills page packages the flat-file references for agents that read documentation instead of tools, and Agent Mode runs the same conversation inside the product, no external assistant needed.

Run Your First Shoot From Chat

Install the Uwear MCP server in ChatGPT, Claude, Claude Code, or Codex, or book a demo and we will run one collection brief with you.