QuentinCody/shopify-storefront-mcp-server
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.
Quick Start
Clone the repository:
git clone https://github.com/QuentinCody/shopify-storefront-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"shopify-storefront-mcp-server": {
"command": "npx",
"args": [
"-y",
"QuentinCody/shopify-storefront-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.