Skip to content
Grok

gs1 for Grok

com.yaktool/gs1

GS1 element strings, DataMatrix, eight keys, ITF-14 print specs and price-embedded in-store codes.

client:Grok transport:stdio runtime:npm

Install gs1 in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "gs1": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "yaktool-gs1-mcp"
      ]
    }
  }
}

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

gs1 in other clients