Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    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

    0 stars
    Go
    Updated Jun 4, 2025

    Table of Contents

    • What is ZPL-er?
    • Installation
    • Prerequisites
    • Install via go install
    • Verify Installation
    • Usage
    • As an MCP Server
    • Configure with Claude Desktop, Zed, Cursor or most AI Agent-like workflows

    Table of Contents

    • What is ZPL-er?
    • Installation
    • Prerequisites
    • Install via go install
    • Verify Installation
    • Usage
    • As an MCP Server
    • Configure with Claude Desktop, Zed, Cursor or most AI Agent-like workflows

    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

    bash
    go install github.com/goalves/zpl-er@latest

    This will install the zpl-er binary to your $GOPATH/bin directory (typically ~/go/bin).

    Verify Installation

    bash
    zpl-er --help

    Usage

    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:

    json
    {
      "mcpServers": {
        "zpl-er": {
          "command": "zpl-er"
        }
      }
    }

    Similar MCP

    Based on tags & features

    • MC

      Mcpjungle

      Go·
      617
    • AN

      Anyquery

      Go·
      1.4k
    • YU

      Yutu

      Go·
      317
    • MC

      Mcp Cyclops

      Go·
      29

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MC

      Mcpjungle

      Go·
      617
    • AN

      Anyquery

      Go·
      1.4k
    • YU

      Yutu

      Go·
      317
    • MC

      Mcp Cyclops

      Go·
      29

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k