shopify-mcp

shopify-mcp

3.4

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

  1. create_product

    Create a product structure (draft status)

  2. browser_products

    Browse product list or individual product details

  3. update_variant_price

    Update the price of product variants

  4. list_inventory_items

    List inventory items

  5. get_inventory_item

    Get detailed information about a specific inventory item

  6. update_inventory_quantity

    Update inventory quantity

  7. browser_orders

    Browse order list or individual order details

  8. browser_customers

    Browse customer list or individual customer details

  9. upload_image_from_url

    Upload images from URL

  10. get_abandonment

    Get detailed information about abandoned shopping carts

  11. query_shopify

    Perform a custom GraphQL query or mutation

  12. Introspect_admin_schema

    Introspection Shopify Admin API GraphQL pattern