This MCP server scans and generates barcodes and QR codes from images and text.
From the registry: Scan and generate barcodes and QR codes.
Please install the `barcode-scanner-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js** — Required for npx. (https://nodejs.org)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","barcode-scanner-mcp"]
- optional environment variables:
- `MCP_TRANSPORT`: Set to 'http' to run with HTTP transport instead of stdio. (example: `http`)
- `PORT`: Port for HTTP mode. (example: `3000`)
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.MCP_TRANSPORTrequiredSpecifies the transport method for the MCP serverPORTrequiredSpecifies the port on which the server will runMCP server that exposes GraphQL operations as tools for AI models.