mcpbeat Sign in

Barcode Scanner MCP Server

local only

Barcode Scanner runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 10 Sep 2026.

Scan and generate barcodes and QR codes.

Installs per day peak 25 · avg 9 · +0% w/w
a month agotoday
29
Installs / week
npm · barcode-scanner-mcp
1
Stars
0 open issues
10 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Barcode Scanner every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add barcode-scanner-mcp -- npx -y barcode-scanner-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "barcode-scanner-mcp": {
      "args": [
        "-y",
        "barcode-scanner-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.barcode-scanner-mcp]
command = "npx"
args = ["-y", "barcode-scanner-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "barcode-scanner-mcp": {
      "args": [
        "-y",
        "barcode-scanner-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "barcode-scanner-mcp": {
      "args": [
        "-y",
        "barcode-scanner-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MCP_TRANSPORT (Transport type.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Barcode Scanner

same job, measured the same way
QRMint MCP
by dpozimski

Generate styled QR codes with colors, logos, frames, and batch support

25 installs/wk local only
Openqr
by sam-moreton

Generate QR codes; create, edit & track dynamic QR codes with scan analytics. Free, no watermark.

20 tools answering
QRStuff MCP Server
by qrstuff

Generate, update, manage, and track QR codes using the QRStuff platform.

answering
Toreador
by toreador

Generate crypto QR codes (BTC, ETH, SOL, USDC, USDT, EURC) and manage payment sessions.

36 installs/wk local only
OpenQR
by openqr

Generate, edit and track dynamic (editable) QR codes with scan analytics. Hosted MCP and REST API.

202 installs/wk 20 tools answering
Connecticut Code
by pipeworx-io

Connecticut General Statutes — state statutes by citation.

answering
Bitly
by bitly

Shorten links, generate QR codes, and track performance across your Bitly account.

answering
Rhode Island Code
by pipeworx-io

Rhode Island General Laws — state statutes by citation.

37 tools answering

Barcode Scanner — questions

Answers built from our own checks of this server.

Why is there no uptime for Barcode Scanner?
Barcode Scanner runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package barcode-scanner-mcp was installed 29 times last week.
How do I connect Barcode Scanner?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls barcode-scanner-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Barcode Scanner?
The npm package barcode-scanner-mcp was installed 29 times in the last week. Week over week that is +0%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Barcode Scanner open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.