PrintEasy

HeroOfOdyssey/PrintEasy
★ 0 stars JavaScript 💻 Code/Dev Tools Updated 4d ago
A service for managing printers remotely handling formatting and exposing an MCP Server
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "printeasy": {
      "command": "npx",
      "args": [
        "-y",
        "HeroOfOdyssey/PrintEasy"
      ]
    }
  }
}

README Excerpt

PrintEasy is an end-to-end MQTT bridge for sending custom receipt print jobs from an operator server to printer-connected devices on your local network. The server renders tasks, markdown, QR codes, images, or raw ESC/POS into printer-ready bytes and publishes them to MQTT. Any client that subscribes to the print topic and forwards the binary payload to a compatible printer can be used.