Barcode Scanner MCP
Rank #21,619io.github.domdomegg/barcode-scanner-mcp
MCP server providing barcode-scanner-mcp capabilities
Barcode Scanner MCP is a Model Context Protocol (MCP) server published by domdomegg. It ranks #21,619 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Barcode Scanner MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Feb 18, 2026 and most recently updated on Mar 7, 2026.
Ranks ahead of 93,841 of 115,460 servers on MCP Toplist.
Use Barcode Scanner MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add barcode-scanner-mcp -- npx -y barcode-scanner-mcpclaude mcp add barcode-scanner-mcp -e "MCP_TRANSPORT=<your MCP_TRANSPORT>" -- npx -y barcode-scanner-mcpReplace each placeholder with your own value before saving.
[mcp_servers.barcode-scanner-mcp]
command = "npx"
args = ["-y", "barcode-scanner-mcp"]Add to ~/.codex/config.toml.
[mcp_servers.barcode-scanner-mcp]
command = "npx"
args = ["-y", "barcode-scanner-mcp"]
[mcp_servers.barcode-scanner-mcp.env]
MCP_TRANSPORT = "<your MCP_TRANSPORT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"barcode-scanner-mcp": {
"command": "npx",
"args": [
"-y",
"barcode-scanner-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"barcode-scanner-mcp": {
"command": "npx",
"args": [
"-y",
"barcode-scanner-mcp"
],
"env": {
"MCP_TRANSPORT": "<your MCP_TRANSPORT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"barcode-scanner-mcp": {
"command": "npx",
"args": [
"-y",
"barcode-scanner-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"barcode-scanner-mcp": {
"command": "npx",
"args": [
"-y",
"barcode-scanner-mcp"
],
"env": {
"MCP_TRANSPORT": "<your MCP_TRANSPORT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"barcode-scanner-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"barcode-scanner-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"barcode-scanner-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"barcode-scanner-mcp"
],
"env": {
"MCP_TRANSPORT": "<your MCP_TRANSPORT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"barcode-scanner-mcp": {
"command": "npx",
"args": [
"-y",
"barcode-scanner-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"barcode-scanner-mcp": {
"command": "npx",
"args": [
"-y",
"barcode-scanner-mcp"
],
"env": {
"MCP_TRANSPORT": "<your MCP_TRANSPORT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"barcode-scanner-mcp": {
"command": "npx",
"args": [
"-y",
"barcode-scanner-mcp"
]
}
}
}{
"mcpServers": {
"barcode-scanner-mcp": {
"command": "npx",
"args": [
"-y",
"barcode-scanner-mcp"
],
"env": {
"MCP_TRANSPORT": "<your MCP_TRANSPORT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.domdomegg%2Fbarcode-scanner-mcp)<a href="https://mcptoplist.com/server/io.github.domdomegg%2Fbarcode-scanner-mcp"><img src="https://mcptoplist.com/badge/io.github.domdomegg%2Fbarcode-scanner-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
domdomegg
Other servers by domdomegg
- Airtable#776 · 10 vers
- Computer Use#1,592 · 13 vers
- Gmail#3,782 · 12 vers
- Google Contacts#6,481 · 9 vers
- Openfoodfacts MCP#6,538 · 14 vers
- Defuddle Fetch MCP Server#6,696 · 4 vers
- Starling Bank#7,051 · 7 vers
- Google Drive MCP#7,212 · 7 vers
- Shell Exec#7,566 · 6 vers
- Filesystem MCP#10,801 · 6 vers
- Google Documents MCP#11,959 · 7 vers
- Google Sheets MCP#11,960 · 7 vers
Available versions (4)
| Version | Published |
|---|---|
| 1.2.0 | Mar 7, 2026 |
| 1.1.2 | Feb 23, 2026 |
| 1.0.0 | Feb 18, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Barcode Scanner MCP?
- Barcode Scanner MCP is maintained by domdomegg, which publishes 18 MCP servers (125 total versions) tracked on MCP Toplist.
- Is Barcode Scanner MCP listed on the Official MCP Registry?
- Yes — Barcode Scanner MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Barcode Scanner MCP have?
- MCP Toplist tracks 4 versions of Barcode Scanner MCP, most recently published on Mar 7, 2026.
- Where can I find the source code for Barcode Scanner MCP?
- The source code for Barcode Scanner MCP is hosted at github.com/domdomegg/barcode-scanner-mcp.git.