Shopify
Freeby MCP Community
MCP Server for Shopify API, enabling interaction with store data through GraphQL API
v1.0.8Added Apr 12, 2026
shopifymcpmodel-context-protocolgraphqlai
Shopify MCP Server
MCP Server for Shopify API, enabling interaction with store data through GraphQL API
Installation
Reviews
Installation
Quick install
npx -y shopify-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"shopify": {
"command": "npx",
"args": ["-y", "shopify-mcp"]
}
}
}