Skip to content
Zed

barcode mcp for Zed

io.github.mrfentmen/barcode-mcp

Generate EAN-13 and Code-128 barcodes locally and return SVG data. No network and no key.

client:Zed transport:stdio runtime:npm

Install barcode mcp in Zed

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

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

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

barcode mcp in other clients