shopify-mcp
If you are the rightful owner of shopify-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.
This is a simple Model Context Protocol (MCP) server that connects your Shopify store data to Claude Desktop, allowing Claude to access your store information.
The Shopify MCP Server for Claude Desktop is designed to seamlessly integrate Shopify store data with Claude Desktop, enabling users to access and manage their store information efficiently. By setting up this server, users can leverage a variety of tools to handle products, inventory, orders, customers, media, and more through the MCP framework. The server is built using TypeScript and requires specific Shopify credentials to function. Once configured, it provides a robust interface for interacting with Shopify data, offering both specialized tools and the flexibility of custom GraphQL queries.
Features
- Product Tools: Create and manage product structures, retrieve product lists, and update variant prices.
- Inventory Tools: List inventory items, get detailed inventory information, and update inventory quantities.
- Order Tools: Browse and filter Shopify orders with detailed retrieval options.
- Customer Tools: Access customer information with advanced filtering and sorting capabilities.
- GraphQL Tools: Execute custom GraphQL queries and introspect the Shopify Admin API schema.
Tools
create_product
Create a product structure (draft status)
browser_products
Browse product list or individual product details
update_variant_price
Update the price of product variants
list_inventory_items
List inventory items
get_inventory_item
Get detailed information about a specific inventory item
update_inventory_quantity
Update inventory quantity
browser_orders
Browse order list or individual order details
browser_customers
Browse customer list or individual customer details
upload_image_from_url
Upload images from URL
get_abandonment
Get detailed information about abandoned shopping carts
query_shopify
Perform a custom GraphQL query or mutation
Introspect_admin_schema
Introspection Shopify Admin API GraphQL pattern