Shopify Storefront MCP
shopify/storefront-mcpPer-store agentic commerce server. Connects an AI agent to a specific storefront's product catalog, cart, and shop policies so customers can browse and add to cart conversationally. URL template: https://{store}.myshopify.com/api/mcp. Part of Shopify's Universal Commerce Protocol (UCP) suite.
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"shopify_storefront_mcp": {
"url": "None",
"transport": "http"
}
}
}