Analytics
Verified
Trust: 51/100 (Fair)Shopify MCP Guide
Manage Shopify stores. Query products, orders, customers, and inventory data.
267 stars 9,100 downloadsby Shopify
Quick Start
Install
npx @mcp/shopifyClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"shopify-mcp": {
"command": "npx",
"args": [
"@mcp/shopify"
]
}
}
}What Shopify MCP Can Do
query_products
Search and view products
manage_orders
View and update orders
manage_inventory
Track inventory levels
Permissions Required
Shopify MCP requires the following permissions. Review the risk levels before granting access.
| Permission | Description | Risk |
|---|---|---|
shopify.read | Read Shopify data | low |
shopify.write | Modify store data | high |
Platform Compatibility
| Platform | Status |
|---|---|
| Claude Desktop | Supported |
| Cursor | Supported |
| LangChain | Supported |