abhi-mahule/shopify-mcp-server
If you are the rightful owner of shopify-mcp-server 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@mcphub.com.
A Python implementation of the Model Context Protocol (MCP) server that enables Claude AI to seamlessly interact with your Shopify store data.
Tools
Functions exposed to the LLM to take actions
get_products
Retrieve a list of products from your Shopify store.
get_product_details
Get detailed information about a specific product.
get_customers
Retrieve a list of customers from your store.
get_customer_details
Get detailed information about a specific customer.
get_orders
Retrieve a list of orders from your store.
search_products
Search for products by name, type, or vendor.
get_store_info
Get information about your Shopify store.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client