labels for Zed
com.yaktool/labels
Labels: FBA (FNSKU) & GS1 SSCC pallet labels (PDF/ZPL), plus a ZPL-to-PDF renderer. Exact size.
client:Zed
transport:stdio
runtime:npm
Install labels in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"labels": {
"command": "npx",
"args": [
"-y",
"yaktool-labels-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs