Vêtir for AI assistants

Vêtir, inside ChatGPT and Claude.

Vêtir’s MCP server brings the Vêtir shop, your digital closet and the Vêtir AI stylist into ChatGPT, Claude and other AI assistants. Search and build a bag in your own words; sign in when you want your closet and outfits. You always check out on Vêtir.

Add it once as a connector in your AI app — pasting it into a chat won’t connect it. No key, nothing to install.

Styled by Vêtir
Your AI assistant · Vêtir

Style my Saint Laurent Kate bag for dinner on Friday. Use my closet, and keep anything new under $6k.

Here’s a look around your Kate bag, with the Chloé earrings from your closet. The dress and mules are new and in stock in your sizes — $5,240 together.

Shop
AlaïaBelted jersey midi dress$3,650
Your closet
Saint LaurentKate tassel shoulder bagAlready yours
Shop
AlaïaWedge mule$1,590
Your closet
ChloéPleats clip-on earringsAlready yours
Open your bag on Vêtir
An example — cards like these appear in Claude and ChatGPT

Vêtir for AI assistants, at a glance

Updated

What it is
Vêtir’s official MCP server: it lets AI assistants use Vêtir for you.
MCP link
https://api.vetirapp.com/mcp
Works with
ChatGPT, Claude (web, desktop, mobile), Claude Code, Cursor, VS Code, Codex, Gemini CLI and any MCP app
Price
Free
Account
Not needed to shop. Sign in (Google, Apple or an email code) for your closet, outfits, the AI stylist, favourites and orders.
Checkout
Always on vetirapp.com — assistants can’t place orders or charge cards.
Your control
Choose what an app may do (read-only if you like) and disconnect any time.

Your stylist, wherever you ask.

The same catalogue, closet and stylist as the Vêtir app — reached from the assistant you already talk to. It shows you pieces with their price and a link, builds complete looks, and leaves the decision, and the checkout, to you.

How it works

Ask first. Sign in only when it’s personal.

I

Add Vêtir

Add one link as a connector in ChatGPT, Claude or the AI app you use. No key, no download.

II

Ask

Search, trends, sizes, similar pieces and complete looks work straight away — no account needed.

III

Sign in when it’s personal

Ask about your closet or the stylist and the app asks you to sign in to Vêtir, the way you always do.

IV

Check out on Vêtir

The assistant builds your bag and hands you a link. You check it and pay on Vêtir.

What it can do

What ChatGPT and Claude can do with Vêtir.

Open to everyone

No account needed

Search the shop. In your own words, with filters for category, designer, colour, size and price.
Trending and new. What’s trending, and the new arrivals this week and this month.
Every detail. Images, price, sizes in stock, designer and the link to the piece.
Complete the look. Similar pieces, and what to wear with the one you like.
A ready bag. The assistant fills a bag for you. You open it on Vêtir, check it and pay there.

With your Vêtir account

Sign in when it asks

Your closet. Browse and search what you own, add pieces and edit their details.
Outfits and moodboards. Open the ones you saved and save new ones from your closet and the shop.
The Vêtir AI stylist. Complete looks built from your closet and the shop, with the reasoning behind each piece.
Outfit of the Day and your week. Today’s look, and a plan for the days ahead.
Favourites and orders. Your saved pieces, and where your orders are.

Google, Apple or an email code — the same sign-in as vetirapp.com.

Try asking

Say it the way you’d say it to a stylist.

Set it up

Add Vêtir to ChatGPT, Claude or any AI app in two minutes.

Pick your app and add the link once as a connector — pasting it into a chat won’t connect it. Every app uses the same link, and each asks you to sign in to Vêtir only when a request needs your account.

Add Vêtir to ChatGPT

chatgpt.com
  1. In ChatGPT on the web, open Settings → Security and login and turn on Developer mode.
  2. Open Plugins and choose +. Name it Vêtir, paste the MCP link, and set authentication to Mixed. Choose Create.
  3. Ask away: search and trends work straight away. The first time you ask about your closet or the stylist, ChatGPT asks you to connect — sign in to Vêtir and choose Allow.
MCP link
https://api.vetirapp.com/mcp

Developer mode is available on Plus, Pro, Business, Enterprise and Edu plans.

Add Vêtir to Claude

claude.ai, desktop and mobile
  1. Open Customize → Connectors, choose + and then Add custom connector.
  2. Name it Vêtir and paste the MCP link. For authentication choose Sign in when needed (OAuth client: Use Claude’s published identity), then Add.
  3. Search and browse straight away. When you ask about your closet, Claude shows Connect — sign in to Vêtir and choose Allow.
MCP link
https://api.vetirapp.com/mcp

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

Add Vêtir to Claude Code

terminal
  1. Run this once in a terminal. It adds Vêtir for all your projects.
  2. Search works straight away. To use your closet and the stylist, run /mcp in Claude Code, pick vetir and choose Authenticate (or run claude mcp login vetir).
Terminal
claude mcp add --transport http --scope user vetir https://api.vetirapp.com/mcp

Add Vêtir to Cursor

desktop
  1. Use Add to Cursor, or add this to ~/.cursor/mcp.json and reload.
  2. The first time you use your closet or the stylist, Cursor asks you to sign in to Vêtir.
Add to Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "vetir": {
      "url": "https://api.vetirapp.com/mcp"
    }
  }
}

Add Vêtir to VS Code

Copilot agent mode
  1. Use Add to VS Code, or run MCP: Open User Configuration and add this server.
  2. Start it from the MCP view. VS Code asks you to sign in to Vêtir when a tool needs your account.
Add to VS Code
mcp.json
{
  "servers": {
    "vetir": {
      "type": "http",
      "url": "https://api.vetirapp.com/mcp"
    }
  }
}

Add Vêtir to Codex

CLI, IDE and app
  1. Add this to ~/.codex/config.toml.
  2. Run codex mcp login vetir to sign in to Vêtir for your closet and the stylist.
~/.codex/config.toml
[mcp_servers.vetir]
url = "https://api.vetirapp.com/mcp"

Add Vêtir to Gemini CLI

terminal
  1. Add this to ~/.gemini/settings.json.
  2. In Gemini CLI, run /mcp auth vetir to sign in to Vêtir.
~/.gemini/settings.json
{
  "mcpServers": {
    "vetir": {
      "httpUrl": "https://api.vetirapp.com/mcp"
    }
  }
}

Add Vêtir to any other MCP app

any MCP app
  1. Any app that supports MCP over Streamable HTTP can connect with the MCP link — no key needed.
  2. Apps that support MCP sign-in (OAuth) ask you to sign in to Vêtir the first time you use a personal tool.
MCP link
https://api.vetirapp.com/mcp

Your account stays yours

An assistant can suggest. You decide.

You pay on Vêtir. An assistant can fill a bag. It can never place an order or use your saved cards.
Only what you allow. You choose what an app may do when you connect — read-only if you prefer.
Disconnect in one click. Access ends the moment you disconnect, here or in the app.
Your password stays with Vêtir. You sign in on vetirapp.com; the app never sees how.

Questions

Vêtir in ChatGPT and Claude: good to know

Can I use Vêtir in ChatGPT?

Yes. Add Vêtir to ChatGPT once: Settings → Security and login → turn on Developer mode, then Plugins → + with the link https://api.vetirapp.com/mcp and authentication set to Mixed. Then ask ChatGPT to search Vêtir, show what’s trending or style you from your closet.

Does Vêtir work with Claude?

Yes — on claude.ai, the Claude desktop and mobile apps, and Claude Code. In Claude, open Customize → Connectors → Add custom connector, paste https://api.vetirapp.com/mcp and choose “Sign in when needed”. In Claude Code, run: claude mcp add --transport http --scope user vetir https://api.vetirapp.com/mcp

What is the Vêtir MCP server link?

https://api.vetirapp.com/mcp — an MCP server (Streamable HTTP) for ChatGPT, Claude, Claude Code, Cursor, VS Code, Codex, Gemini CLI and any other MCP app. Add it in your app’s connector or MCP settings; pasting it into a chat message does not connect it.

Why does my assistant say it can’t connect to the link?

Because the link was pasted into a chat. An assistant can only use Vêtir after the link is added as a connector (ChatGPT: Plugins; Claude: Connectors; Claude Code: claude mcp add). Add it once using the steps on this page, then ask again.

Do I need a Vêtir account?

Not to shop. Searching, trends, product details, similar pieces and a ready bag work without one. Your closet, outfits, the AI stylist, favourites and orders need you to sign in — Google, Apple or an email code, the same as on vetirapp.com.

Can the AI stylist use my closet in ChatGPT or Claude?

Yes, once you sign in to Vêtir from the assistant. The Vêtir AI stylist then builds complete looks from the pieces in your digital closet and the Vêtir shop, and can plan your outfits for the week.

Can the assistant buy things for me?

No. It can put pieces in a bag and give you a link. You open the link on Vêtir, check the sizes and pay there, like any other order. No assistant can place an order or use your saved cards.

Is it free?

Yes. Connecting an AI assistant to Vêtir is free, with or without a Vêtir account. You pay only for what you choose to buy on vetirapp.com.

What can it see?

Only what you allow when you connect, and you can choose read-only. It never sees your password, your saved cards or your addresses.

How do I disconnect an app?

Sign in on this page and use Disconnect under “Connected apps”, or remove Vêtir in the app’s own settings. A disconnected app loses access immediately.

What happens to what I say in the chat?

The conversation belongs to the app you use and follows its privacy policy. Vêtir only receives what a tool call asks for, and only answers with what that tool returns.

One link

Ask your assistant for anything you’d wear.

For AI models and developers: the full guide is at www.vetirapp.com/mcp.md.