labels for Cursor
com.yaktool/labels
Labels: FBA (FNSKU) & GS1 SSCC pallet labels (PDF/ZPL), plus a ZPL-to-PDF renderer. Exact size.
client:Cursor
transport:stdio
runtime:npm
Install labels in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"labels": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"yaktool-labels-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs