barcoding-mcp

cordfuse/barcoding-mcp
★ 0 stars TypeScript Code/Dev Tools Updated 9d ago
MCP server: encode 100+ barcode symbologies (bwip-js), decode common 1D/2D (zxing-wasm), zero native deps, stdio + streamable HTTP
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "barcoding-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cordfuse/barcoding-mcp"
      ]
    }
  }
}

README Excerpt

An MCP server that **encodes 100+ barcode symbologies** (via `bwip-js`) and **decodes all the common 1D/2D formats** (via `zxing-wasm`), with **zero native dependencies**. Node runtime, served over both **stdio** and **streamable HTTP**. Plus an ASCII/Unicode **terminal QR** for output that needs no image channel.

Tools (6)

decode_barcodeencode_barcodeencode_qr_terminallist_symbologieslist_symbology_optionsverify_barcode