shopify-mcp-server

shopify-mcp-server

3.2

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@mcpreview.com.

A Python implementation of the Model Context Protocol (MCP) server that enables Claude AI to seamlessly interact with your Shopify store data.

The Python Shopify MCP Server for Claude is a robust solution designed to integrate Claude AI with Shopify store data. This server allows Claude to access and analyze product catalogs, customer information, and order details, enhancing e-commerce task management. By leveraging the Model Context Protocol, the server facilitates seamless data interaction without the need for manual data transfer or application switching. This integration empowers Claude to provide intelligent, context-aware assistance, making it a valuable tool for Shopify store owners looking to optimize their operations.

Features

  • Seamless Claude Integration: Access Shopify store data directly within Claude conversations without switching applications.
  • Complete Product Access: Query and access detailed product information, variants, and inventory.
  • Customer Insights: Retrieve customer profiles, purchase history, and contact information.
  • Order Management: Access order details, line items, and fulfillment status.
  • Store Information: Access metadata about your Shopify store, including currency and locale settings.

Tools

  1. get_products

    Retrieve a list of products from your Shopify store.

  2. get_product_details

    Get detailed information about a specific product.

  3. get_customers

    Retrieve a list of customers from your store.

  4. get_customer_details

    Get detailed information about a specific customer.

  5. get_orders

    Retrieve a list of orders from your store.

  6. search_products

    Search for products by name, type, or vendor.

  7. get_store_info

    Get information about your Shopify store.