Skip to main content
Glama
133,407 tools. Last updated 2026-05-12 22:37

"shopify" matching MCP tools:

  • Search across Shopify store content including products, articles, blogs, and pages using specific queries to find relevant information quickly.
    MIT
  • Lists collections from any public Shopify store. Use with pagination (up to 250 per page) to retrieve collection IDs, titles, handles, descriptions, images, and timestamps for catalog mapping or change tracking.
    MIT
  • Retrieve products from any public Shopify store. Optionally filter by collection, control pagination and limit to get product details like prices, SKUs, and inventory status for competitive analysis or catalog building.
    MIT
  • Edit metadata on an existing Shopify order: email, tags, internal note, or custom attributes. Use to fix typos, add notes, or apply internal tags.
    MIT
  • Add new product options (Size, Color, Material) with initial values to an existing product. Adheres to Shopify's 3-option limit and automatically assigns option-values to variants.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Shopify MCP Pack — wraps the Shopify Admin REST API (2024-01)

  • Manage products, orders, customers, inventory, and store configuration

  • Convert an open draft order into a real Shopify order, capturing payment immediately or setting payment pending for offline collection.
    MIT
  • Cancel a Shopify order, optionally refund payment, restock inventory, and notify customer. Provide reason and staff notes.
    MIT
  • Creates a new product with title and optional details, defaulting to DRAFT status. After creation, attaches provided image URLs. Returns product GID and handle.
    MIT
  • Create a manual collection on Shopify with a required title. Optionally add a description, custom URL handle, or seed product IDs. Returns the collection's GID for subsequent management.
    MIT
  • Permanently delete a metaobject by its GID. This irreversible action breaks any metafield references; Shopify does not auto-clean them, requiring manual fixes.
    MIT
  • Create a Shopify order directly with variant or custom line items. Use for importing historical orders or recording offline sales without checkout pricing.
    MIT
  • Update a Shopify collection's title, description, or URL handle. Changing the handle breaks existing links because no automatic redirect is created.
    MIT
  • Add variants to an existing product by specifying option values for all product options, price, and optional initial inventory. Use REMOVE_STANDALONE_VARIANT strategy to replace the default placeholder variant.
    MIT
  • Reorder product variants by assigning unique 1-indexed positions. Only specify variants whose positions are changing; others remain unchanged.
    MIT
  • Update tracking information on an existing fulfillment. Fix missing or incorrect tracking numbers, and optionally re-send the shipping email to the customer.
    MIT
  • Create a new metaobject instance by specifying type and field values. Use to store custom data objects linked to other entities via metafield references.
    MIT
  • Browse and filter Shopify products by status, title, vendor, or other attributes. Get product IDs, status, and inventory totals with pagination support.
    MIT
  • Remove specific tags from any taggable Shopify resource. Tags not present are silently ignored.
    MIT