Shopify MCP
Local · stdioThe Shopify MCP Server is a community project by GeLi2001 built on Shopify's Admin GraphQL API: 31 tools for products and variants, customers, orders (lookup, cancellation, fulfillment, refunds), metafields, inventory and tags. Supports both new Dev Dashboard Client Credentials apps and legacy static access tokens. The official @shopify/dev-mcp is just a docs helper, not store management.
Why this server
- 31 tools cover the full operations loop: products, orders, customers, inventory, metafields
- Orders aren't just read-only: cancellation, fulfillment, refunds and marking paid all live here
- The new Dev Dashboard Client Credentials flow refreshes its own token — no static key needed
- Native Shopify query syntax passes straight through — filter orders or products in one string
Usage examples
Prompt: Find order #1042 and issue a refund for one of its items
Result: get-orders found the order by number, and the agent called the refund tool specifying the line item and amount.
Prompt: Update SKU-221's stock at the Moscow location to 40 units
Result: The inventory-management tool set the absolute quantity to 40 for the specified location.
Local server
This MCP runs locally on the user's machine (stdio), so availability isn't tracked — rely on reviews and the rating instead.
Reviews
No reviews yet.