All servers

Shopify Storefront

AI-powered shopping over any Shopify store's catalog and cart.

Commerce

Every Shopify store ships with a live MCP endpoint at /api/mcp — no setup required.

Shopify's Storefront MCP server exposes a per-store endpoint (every Shopify store has one at /api/mcp) that lets AI assistants search the catalog, manage carts, and answer policy questions in real time. It turns natural-language shopping requests into structured commerce actions without custom integrations — useful for building conversational shopping experiences that move browsers toward checkout.

Transport
http
Authentication
No auth
Endpoint
https://{store-domain}/api/mcp

No authentication for catalog, cart, and policy tools — public per store. Replace {store-domain} with the store's domain (e.g. shop.myshopify.com).

What you can do

  • Search a store's product catalog
  • Get product details, prices, and variants
  • Create and retrieve a shopping cart
  • Add or remove items in a cart
  • Answer policy, shipping, and FAQ questions
  • Retrieve the cart's checkout URL
  • Power natural-language shopping assistants

Try asking

Find me a waterproof running jacket under $120.
Add two of the medium blue ones to my cart.
What's this store's return policy?

Tools it exposes

A sample of the tools available once connected.

search_shop_catalogsearch_shop_policies_and_faqsget_cartupdate_cart

Set it up

One click adds Shopify Storefront to Cursor. Cursor must be installed.

Add to Cursor
Official Shopify Storefront MCP docs