Odel
Barcode Scanner

Barcode Scanner

Local
@domdomegg1TypeScriptMITUpdated 4 days ago

Scan and generate barcodes and QR codes.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmbarcode-scanner-mcpv1.2.0

Run

npx -y barcode-scanner-mcp

MCP client config

{
  "mcpServers": {
    "barcode-scanner": {
      "command": "npx",
      "args": [
        "-y",
        "barcode-scanner-mcp"
      ]
    }
  }
}
npmbarcode-scanner-mcpv1.2.0

Run

npx -y barcode-scanner-mcp

MCP client config

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