Blog · · 6 min

Connect ChatGPT to Shopify: two different things

Selling inside ChatGPT is Shopify's catalogue feed and needs nothing from you. Working on your store from ChatGPT is a remote MCP in developer mode.

By

Connecting ChatGPT to Shopify means one of two things, and the answers do not overlap. If you want your products to appear when someone shops inside ChatGPT, that is Shopify's catalogue integration, managed from your Shopify admin, and there is nothing for you to connect on the ChatGPT side. If you want to use ChatGPT to work on your store — read a page, audit it, get sections for it — that is a remote MCP server added in ChatGPT's developer mode, and it changes nothing on your store until the output is written into your theme by you or by an agent that edits files.

ChatGPT's own answer to this question, on 13 September 2026, cites OpenAI's help centre and covers the first meaning only. This page covers both, with what each one can and cannot touch.

Two meanings, side by side

Selling inside ChatGPTWorking on your store from ChatGPT
What it isYour catalogue surfaced in ChatGPT's shopping resultsA remote MCP server ChatGPT calls during a conversation
Where you set it upShopify admin (catalogue, agentic storefront settings)ChatGPT, Settings, Developer mode, then Plugins, plus, the server URL
Who it needsShopify, on their eligibility termsA Pro, Plus, Business, Enterprise or Education account, on the web
What ChatGPT getsProduct data, prices, links to your checkoutWhatever the server's tools return: an audit, HTML sections, a plan
What changes on your storeNothing; orders arrive through your checkoutNothing, until the returned code is written into the theme
Who is the buyerA ChatGPT userYou, working on the store

The first is a distribution decision: should an AI assistant be able to sell my products. The second is a workflow decision: do I want to work on my store from a chat window. They can both be true.

Selling inside ChatGPT

OpenAI's guidance for merchants says Shopify product data is integrated into ChatGPT through Shopify's catalogue, so a Shopify merchant does not manually connect anything for product discovery; products may appear when relevant, and the buyer is sent to the merchant's store to check out. Eligibility, catalogue settings, attribution and management live in the Shopify admin under Shopify's agentic storefront guidance, and OpenAI's support cannot change them for you. Read Shopify's page for the current terms rather than a blog post, this one included; they move.

What this does not do is anything to your product page. The buyer who clicks through lands on the page you have, with the mechanics it has or lacks, and converts or does not for the same reasons as a buyer from Google.

Working on your store from ChatGPT

ChatGPT can call a remote MCP server once developer mode is on. OpenAI's documentation gives the path and the terms: enable developer mode under Settings, Security and login; then on the plugins page, select the plus button and create a developer-mode app with the server's URL. Supported protocols are SSE and streamable HTTP; authentication can be OAuth, none, or mixed; write actions require confirmation by default, and tools without a readOnlyHint annotation are treated as writes. The feature is marked elevated risk, and the warning is the right one: only add a server you trust.

uxgen is one such server. Its address is https://www.uxgen.ai/mcp, it authorises with OAuth on first use, and it holds no key to your store: it never connects to Shopify at all. What ChatGPT gets from it is an audit of a product page, the missing mechanics with their anchors, and any of 172 store sections as HTML. What ChatGPT cannot do, on its own, is write that HTML into your theme — ChatGPT edits no files. Two ways round that:

  1. Paste. Take the section ChatGPT returns and add it to your theme as a new section file, through the code editor in the Shopify admin or with shopify theme push. Fine for one section.
  2. Hand it to an agent that edits files. Claude Code, Cursor or Codex with the theme pulled to disk, connected to the same MCP, does the writing and shows a diff. The step list is in Claude Code on a Shopify store; the improve rule — nothing on your page moves except what the audit named — is at /docs#improve.

The other MCP families exist for ChatGPT too. Shopify's Dev MCP is local and stdio-only, so it belongs to coding agents rather than ChatGPT. Shopify's own admin connector is published for Claude; whether an equivalent is listed for ChatGPT is a thing to check on the day in ChatGPT's connector list, not in an article.

Before connecting anything

Run the store through the free audit at /audit. It reads the public product page, scores it out of 100, and returns a prompt written to be pasted into ChatGPT, Claude Code, Cursor or Lovable: it names the sections to add and where. If the score says the page already carries the mechanics, there is nothing to connect; if it does not, the prompt is the connection.

FAQ

How do I connect ChatGPT to my Shopify store?

Decide which of two things you mean. To sell inside ChatGPT, do nothing on the ChatGPT side: Shopify's catalogue integration surfaces your products, managed from the Shopify admin. To work on your store from ChatGPT, turn on developer mode (Settings, Security and login), add a developer-mode app on the plugins page with the MCP server's URL — for uxgen, https://www.uxgen.ai/mcp — and authorise with OAuth.

Can ChatGPT edit my Shopify theme?

Not directly. ChatGPT calls tools and returns text and code; it does not write files into your theme. Paste the returned section into the theme's code editor, push it with the Shopify CLI, or hand the work to an agent that edits files, such as Claude Code or Cursor, connected to the same MCP.

Which ChatGPT plan do I need to add an MCP server?

OpenAI lists developer mode as available to Pro, Plus, Business, Enterprise and Education accounts on the web. The server must speak SSE or streamable HTTP, and write actions require confirmation by default.

Does uxgen need my Shopify credentials to work from ChatGPT?

No. It asks for no Shopify key, Stripe key or analytics access, and it never connects to your store. ChatGPT sends it a page or a URL and receives an audit and sections; the writing into your theme is yours or your agent's.

uxgen is a service of UXGen AI, LLC — 131 Continental Dr, Suite 305, Newark, DE 19713, United States.

© 2026 UXGen AI, LLC. All rights reserved.