Tru Commerce

← Insights

Shopify MCP Server List: What Each One Does

Four official servers, four different jobs. This is the quick-reference version — what each Shopify MCP server actually does, who it's for, and its current availability status as of mid-2026.

July 14, 2026 · broad-mcp-platforms

Shopify MCP Server List: What Each One Does

Four official servers, four different jobs. This is the quick-reference version — what each Shopify MCP server actually does, who it's for, and its current availability status as of mid-2026.


The full list

1. Storefront MCP

Who it's for: Any MCP-compatible AI shopping agent interacting with your live storefront. What it does: Product catalog search, cart and pricing lookups, reading store policies/FAQs, and (with the right scopes) initiating checkout via the UCP layer. Status: Live by default on every eligible store since Q1 2026 — no opt-in required. Where to find it: Exposed automatically at your store's standard domain.

2. Customer Account MCP

Who it's for: AI agents handling post-purchase customer interactions. What it does: Order status lookups, returns processing, account management functions. Status: Live.

3. Checkout MCP

Who it's for: Partners building native applications with flows. What it does: Handles the mechanics of an AI agent completing a purchase directly, rather than handing the shopper off to a traditional checkout page. Status: Preview only, limited to select partners as of mid-2026.

4. Dev MCP

Who it's for: Your engineering team, not your customers. What it does: Exposes Shopify's documentation, GraphQL schema, and sample API calls to AI coding assistants (Cursor, Claude Code, Continue.dev, and similar tools) — a local-only server you run while building Shopify apps or integrations. Status: Live, requires Node.js 18+.


Quick decision guide

Your goal The server you need
Let AI shopping agents discover and query my catalog Storefront MCP (already on)
Let AI agents help customers with existing orders Customer Account MCP
Build a native app with in-agent checkout Checkout MCP (apply for partner access)
Give my dev team's AI coding assistant Shopify context Dev MCP (local setup)

What's not on this list yet

Shopify hasn't shipped a dedicated MCP server for merchandising/admin operations (inventory management, order fulfillment, product creation) at the same maturity level as the customer-facing servers above — that space is still served primarily through the standard Admin API, with third-party and community MCP wrappers filling some of the gap. If your use case is internal operations automation rather than customer-facing discovery, check current third-party options rather than assuming an official server exists yet.


The gap between "the server exists" and "you're actually visible"

Every server on this list is about technical connectivity — giving an AI agent the ability to query or act on your store. None of them guarantee that an AI shopping assistant will actually choose to recommend your products when a relevant shopper asks. That's a separate, content-and-data-quality problem, which is what is built to measure and improve. Book a demo if you want to know whether your catalog is actually citable, not just technically accessible.


FAQ

How many official Shopify MCP servers are there?

Four as of mid-2026: Storefront MCP, Customer Account MCP, Checkout MCP, and Dev MCP.

Which Shopify MCP server is already live on my store without any setup?

Storefront MCP and Customer Account MCP are live by default on eligible stores. Checkout MCP requires partner-level access, and Dev MCP requires local developer setup.

Is there a Shopify MCP server for inventory or order management?

Not an official one at the same maturity level as the customer-facing servers — that functionality is primarily served through Shopify's standard Admin API today, with some third-party MCP wrappers available.

What's required to set up Dev MCP?

Node.js 18 or higher and an MCP-compatible AI coding assistant such as Cursor or Claude Code. Configuration happens through your IDE's MCP server settings.

Does Checkout MCP let any merchant enable in-agent checkout?

Not yet — as of mid-2026 it's in preview and limited to select partners building native applications, not generally available.

Continue reading