labels for VS Code
com.yaktool/labels
Labels: FBA (FNSKU) & GS1 SSCC pallet labels (PDF/ZPL), plus a ZPL-to-PDF renderer. Exact size.
client:VS Code
transport:stdio
runtime:npm
Install labels in VS Code
.vscode/mcp.json
{
"servers": {
"labels": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"yaktool-labels-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs