Skip to content
Cursor

gs1 for Cursor

com.yaktool/gs1

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

client:Cursor transport:stdio runtime:npm

Install gs1 in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

gs1 in other clients