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).
Run
npx -y barcode-scanner-mcp
MCP client config
{
"mcpServers": {
"barcode-scanner": {
"command": "npx",
"args": [
"-y",
"barcode-scanner-mcp"
]
}
}
}Run
npx -y barcode-scanner-mcp
MCP client config
{
"mcpServers": {
"barcode-scanner": {
"command": "npx",
"args": [
"-y",
"barcode-scanner-mcp"
]
}
}
}