Skip to content
Grok

shop mcp for Grok

io.github.hello532/shop-mcp

Read-only Shopify catalogue and stock for LLM agents. Stdlib only, no dependencies.

client:Grok transport:stdio runtime:pypi

Install shop 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": {
    "shop-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "shop-mcp"
      ],
      "env": {
        "SHOPIFY_SHOP_DOMAIN": "<SHOPIFY_SHOP_DOMAIN>",
        "SHOPIFY_ADMIN_TOKEN": "<SHOPIFY_ADMIN_TOKEN>"
      }
    }
  }
}

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

shop mcp in other clients