zpl-er
prototype MCP server around generating PNG from ZPL so that agents can iterate better on results when someone asks me to build a really complex ZPL label layout
Documentation
ZPL-er
A Model Context Protocol (MCP) server that converts ZPL (Zebra Programming Language) code into PNG images. This tool is designed to help AI models generate and iterate on shipping labels, barcodes, and other ZPL-based designs by providing visual feedback.
What is ZPL-er?
ZPL-er bridges the gap between ZPL code and visual output, enabling AI models to:
- Generate ZPL code based on design requirements (e.g., from Figma exports)
- Convert ZPL to PNG images for visual inspection
- Iterate on label designs by comparing generated output with target designs
- Debug ZPL positioning and formatting issues
Installation
Prerequisites
- Go 1.19 or later
- An MCP-compatible client (like Claude Desktop, Zed, Cursor, or other AI coding assistants)
Install via go install
go install github.com/goalves/zpl-er@latestThis will install the `zpl-er` binary to your `$GOPATH/bin` directory (typically `~/go/bin`).
Verify Installation
zpl-er --helpUsage
As an MCP Server
ZPL-er runs as an MCP server that communicates via stdin/stdout. It's typically used with AI coding assistants rather than run directly.
Configure with Claude Desktop, Zed, Cursor or most AI Agent-like workflows
Add the following to your settings file:
{
"mcpServers": {
"zpl-er": {
"command": "zpl-er"
}
}
}Frequently asked questions
What is zpl-er?
zpl-er is prototype MCP server around generating PNG from ZPL so that agents can iterate better on results when someone asks me to build a really complex ZPL label layout
How do I install zpl-er?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is zpl-er open source?
Yes — it is hosted on GitHub at https://github.com/goalves/zpl-er.
Related MCP tools
MCP server for Grafana Go-based implementation. Trusted by 1700+ developers. Trusted by 1700+ developers. Trusted by 1700+ developers.
Flux Operator is a Kubernetes controller for managing the lifecycle of Flux CD for the Model Context Protocol. Enhance AI assistants with powerful integrations.
MCP server connecting to Kubernetes Go-based implementation.
Lunar.dev: Ground Control for 3rd Party APIs for the Model Context Protocol. Enhance AI assistants with powerful integrations. Go-based implementation.
:robot: The free, Open Source alternative to OpenAI, Claude and others. Self-hosted and local-first. Drop-in replacement for OpenAI, running on consumer-gra...
MCP Toolbox for Databases is an open source MCP server for databases. Go-based implementation. Trusted by 10900+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP