Skip to content
VS Code

gs1 for VS Code

com.yaktool/gs1

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

client:VS Code transport:stdio runtime:npm

Install gs1 in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

gs1 in other clients