Back to directory
beswindev/simple_shopify

beswindev/simple_shopify

@beswindev

MCP Server for Shopify API, enabling interaction with store data through GraphQL API. Provides tools for managing products, customers, orders, and more.

shopifyecommercegraphqlapiproductsorderscustomersmcpcommerce

Installation & Configuration

{
  "mcpServers": {
    "shopify": {
      "command": "npx",
      "args": [
        "shopify-mcp",
        "--accessToken",
        "<YOUR_ACCESS_TOKEN>",
        "--domain",
        "<YOUR_SHOP>.myshopify.com"
      ]
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/13
Updated
2026/6/13