Skip to content
Grok

Shopify Admin MCP for Grok

io.github.a1-x-tech/mcp-shopify-admin

MCP server for the Shopify Admin API: products, orders, customers, inventory, discounts.

client:Grok transport:stdio runtime:npm

Install Shopify Admin MCP 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-shopify-admin": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-shopify-admin"
      ],
      "env": {
        "SHOPIFY_STORE_DOMAIN": "<SHOPIFY_STORE_DOMAIN>",
        "SHOPIFY_ACCESS_TOKEN": "<SHOPIFY_ACCESS_TOKEN>",
        "SHOPIFY_CLIENT_ID": "<SHOPIFY_CLIENT_ID>",
        "SHOPIFY_CLIENT_SECRET": "<SHOPIFY_CLIENT_SECRET>",
        "SHOPIFY_API_VERSION": "<SHOPIFY_API_VERSION>",
        "SHOPIFY_API_BASE": "<SHOPIFY_API_BASE>",
        "SHOPIFY_TIMEOUT_MS": "<SHOPIFY_TIMEOUT_MS>",
        "SHOPIFY_MAX_RETRIES": "<SHOPIFY_MAX_RETRIES>",
        "SHOPIFY_TOKEN_LEEWAY_SECONDS": "<SHOPIFY_TOKEN_LEEWAY_SECONDS>"
      }
    }
  }
}

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

Shopify Admin MCP in other clients