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
By QuentinCody
Installation
npx -y shopify-storefront-mcp-serverConfiguration
{
"mcpServers": {
"shopify-storefront-mcp-server": {
"command": "npx",
"args": ["-y", "shopify-storefront-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes