ZPL-er
@goalves
关于 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
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is ZPL-er?
ZPL-er is a Model Context Protocol (MCP) server that converts ZPL (Zebra Programming Language) code into PNG images. It is designed to help AI models generate and iterate on shipping labels, barcodes, and other ZPL-based designs by providing visual feedback.
How to use ZPL-er?
Install via go install github.com/goalves/zpl-er@latest, then configure the server in your MCP client settings (e.g., Claude Desktop) with the command "zpl-er". The server communicates over stdin/stdout.
Key features of ZPL-er
- Converts ZPL code to PNG images for visual inspection
- Provides visual feedback to help AI models iterate on designs
- Bridges the gap between ZPL code and its rendered output
- Helps debug ZPL positioning and formatting issues
Use cases of ZPL-er
- Generating ZPL code from design requirements (e.g., Figma exports)
- Converting ZPL to PNG for direct visual inspection
- Iterating on label designs by comparing generated output with target designs
- Debugging ZPL positioning and formatting issues
FAQ from ZPL-er
What is ZPL-er?
ZPL-er is an MCP server that converts ZPL code into PNG images, helping AI models generate and iterate on shipping labels and barcodes.
How do I install ZPL-er?
Install it with go install github.com/goalves/zpl-er@latest. It requires Go 1.19 or later.
How do I configure ZPL-er with an MCP client?
Add the following to your MCP client settings: { "mcpServers": { "zpl-er": { "command": "zpl-er" } } }.
What are the system requirements?
Go 1.19 or newer and an MCP-compatible client (e.g., Claude Desktop, Zed, Cursor).
What does ZPL-er convert?
It converts Zebra Programming Language (ZPL) code into PNG images.
其他 分类下的更多 MCP 服务器
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
ICSS
chokcoco不止于 CSS
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
评论