shopify-mcp

rcchirwa/shopify-mcp
★ 1 stars Python 🔌 API Integration Updated 8d ago
Python MCP server connecting Claude Desktop to Shopify Admin API — products, inventory, collections, discounts, and orders
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "shopify-mcp": {
      "command": "uvx",
      "args": [
        "shopify-mcp"
      ]
    }
  }
}

Or install with pip: pip install shopify-mcp

README Excerpt

A custom Python [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server that connects Claude directly to a Shopify store via the **Admin GraphQL API**. Built for the **All or Nothing Cypher** drop store under the **Global Streetwear Syndicate** parent brand. Enables Claude to read products, check inventory, manage collections, handle discounts, and review orders — all through natural language chat in Claude Desktop.

Tools (20)

create_discount_codedelete_product_mediaget_collectionget_discount_codesget_inventoryget_orderget_ordersget_productget_product_collectionsget_product_publicationsget_productsget_products_by_collectionlist_product_medialist_sales_channelsmypypublish_product_to_channelsreorder_product_mediaset_product_metafieldsset_product_publicationsunpublish_product_from_channels