Back to MCP Servers

Shopify Storefront

Unofficial MCP server that allows AI agents to discover Shopify storefronts and interact with them to fetch products, collections, and other store data through the Storefront API.

other-tools-and-integrationsapiaiagent

Installation

npx -y shopify-storefront-mcp-server

Configuration

{
  "mcpServers": {
    "shopify-storefront-mcp-server": {
      "command": "npx",
      "args": ["-y", "shopify-storefront-mcp-server"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub