mcpbeat Sign in

Qr Text MCP Server

local only

Qr Text runs on your own machine — the client starts it, so there is no endpoint to ping. 35 installs a week from npm. Last commit 25 Feb 2026.

MCP server for QR code data: URLs, vCards, WiFi configs, events.

Installs per day peak 9 · avg 3 · -14% w/w
a month agotoday
35
Installs / week
npm · qr-text-forge-mcp
1
Stars
0 open issues
25 Feb 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check Qr Text 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 qr-text -- npx -y qr-text-forge-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "qr-text": {
      "args": [
        "-y",
        "qr-text-forge-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.qr-text]
command = "npx"
args = ["-y", "qr-text-forge-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "qr-text": {
      "args": [
        "-y",
        "qr-text-forge-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "qr-text": {
      "args": [
        "-y",
        "qr-text-forge-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Qr Text

same job, measured the same way
Codecov
by egulatee

MCP server for querying Codecov coverage data with configurable URL support

33 installs/wk local only
QR Rápido
by qrrapido

Generate QR codes for URLs, PIX, Wi-Fi, vCards, WhatsApp and more. For AI agents.

answering
Graphlens MCP
by neko1313

Semantic code graph MCP server for coding agents

162 installs/wk local only
Zendesk MCP
by michaelrice

Zendesk MCP server for Claude Code and other MCP clients

222 installs/wk local only
wg-easy
by ni-c

Administer wg-easy (WireGuard Easy) v15: manage VPN clients, configs, QR codes and server status

104 installs/wk local only
Qr Code AI MCP
by csoai-org

Qr Code Ai MCP Server by MEOK AI Labs

205 installs/wk local only
Atlassian Dc MCP Bitbucket
by b1ff

MCP server for Atlassian Bitbucket Data Center - interact with repositories and code

1 636 installs/wk local only
Atlassian Dc MCP Bitbucket
by mrrefactoring

MCP server for Atlassian Bitbucket Data Center - interact with repositories and code

72 installs/wk local only

Qr Text — questions

Answers built from our own checks of this server.

Why is there no uptime for Qr Text?
Qr Text 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 qr-text-forge-mcp was installed 35 times last week.
How do I connect Qr Text?
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 qr-text-forge-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Qr Text?
The npm package qr-text-forge-mcp was installed 35 times in the last week. Week over week that is -14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Qr Text open source?
We cannot say either way: written in JavaScript and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.