Skip to content
Grok

labels for Grok

com.yaktool/labels

Labels: FBA (FNSKU) & GS1 SSCC pallet labels (PDF/ZPL), plus a ZPL-to-PDF renderer. Exact size.

client:Grok transport:stdio runtime:npm

Install labels in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "labels": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "yaktool-labels-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

labels in other clients