MCP.so
登录

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

基本信息

分类

其他

运行时

go

传输方式

stdio

发布者

goalves

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 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 服务器