Shop Chat Agent
Description
A reference app for storefront chat agent
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Build an AI Agent for Your Storefront
A Shopify template app that lets you embed an AI-powered chat widget on your storefront. Shoppers can search for products, ask about policies or shipping, and complete purchases - all without leaving the conversation. Under the hood it speaks the [Model Context Protocol](https://modelcontextprotocol.io/) (MCP) to tap into Shopify’s APIs.
Overview
- What it is: A chat widget + backend that turns any storefront into an AI shopping assistant.
- Key features:
- Natural-language product discovery
- Store policy & FAQ lookup
- Create carts, add or remove items, and initiate checkout
- Track orders and initiate returns
Developer Docs
- Everything from installation to deep dives lives on https://shopify.dev/docs/apps/build/storefront-mcp.
- Clone this repo and follow the instructions on the dev docs.
Examples
hi> will return a LLM based response. Note that you can customize the LLM call with your own prompt.can you search for snowboards> will use thesearch_shop_catalogMCP tool.add The Videographer Snowboard to my cart> will use theupdate_cartMCP tool and offer a checkout URL.update my cart to make that 2 items please> will use theupdate_cartMCP tool.can you tell me what is in my cart> will use theget_cartMCP tool.what languages is your store available in?> will use thesearch_shop_policies_and_faqsMCP tool.I'd like to checkout> will call checkout from one of the above MCP cart tools.Show me my recent orders> will use theget_most_recent_order_statusMCP tool.Can you give me more details about order Id 1> will use theget_order_statusMCP tool.
Architecture
Components
This app consists of two main components:
- Backend: A React Router app server that handles communication with Claude, processes chat messages, and acts as an MCP Client.
- Chat UI: A Shopify theme extension that provides the customer-facing chat i
Related Skills
prompts.chat
| f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open sourc
Communication Internal Comms
Write internal communications like status reports, newsletters, and FAQs
Communication mcp-server-slack
Slack workspace integration.
Communication Google Workspace Groups Settings
Manage Google Groups settings
Communication Open Saas
A 100% free modern JS SaaS boilerplate (React, NodeJS, Prisma). Full-featured: Auth (email, google, github, sl
slack
| Communication | Slack integration via HTTP/OAuth MCP |
Communication