Skip to content

Barcode Scanner for Zed

io.github.domdomegg/barcode-scanner-mcp

Scan and generate barcodes and QR codes.

client:Zed transport:stdio runtime:npm

Install Barcode Scanner in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "barcode-scanner-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "barcode-scanner-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Barcode Scanner in other clients