Skip to content
Grok

mcp server shopify for Grok

io.github.aiwerk/mcp-server-shopify

Shopify Admin GraphQL API: products, orders, customers, inventory, and more (read and write).

client:Grok transport:stdio runtime:npm

Install mcp server shopify in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server-shopify": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@aiwerk/mcp-server-shopify"
      ],
      "env": {
        "SHOPIFY_STORE_DOMAIN": "<SHOPIFY_STORE_DOMAIN>",
        "SHOPIFY_CLIENT_ID": "<SHOPIFY_CLIENT_ID>",
        "SHOPIFY_CLIENT_SECRET": "<SHOPIFY_CLIENT_SECRET>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp server shopify in other clients