mcpbeat Sign in

QR for Agent MCP Server

local only

QR for Agent runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 9 Jun 2026.

Dynamic QR codes for AI agents — custom styling, scan tracking, webhooks

Installs per day peak 69 · avg 13 · +83% w/w
a month agotoday
39
Installs / week
npm · qr-for-agent
3
Stars
1 open issues
9 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: API_KEY (Your QR for Agent API key), BASE_URL (API base URL (default: https://api.qrforagent.com)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to QR for Agent

same job, measured the same way
Quality QR
by silly-geese

Create and manage trackable QR codes with scan tracking, analytics, and dynamic URL updates.

6 tools answering
Openqr
by sam-moreton

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

20 tools answering
Paypay MCP
by mrslbt

PayPay QR payments for AI agents: QR codes, status, refunds, cancels. Bilingual JP/EN.

50 installs/wk local only
Repo Memory
by yubinkim444

Shared, git-tracked working memory for AI agents on the same codebase.

99 installs/wk local only
Lint
by rog0x

Style check, naming, complexity analysis for AI agents

40 installs/wk local only
Topos
by krv-labs

Structural code-quality tools for AI coding agents.

439 installs/wk local only
Link Center
by mylink

Dynamic, editable QR codes + short links with scan analytics and branded QR rendering.

answering
Agent Skill Loader
by back1ply

Dynamically load Claude Code skills into AI agents without copying files.

30 installs/wk local only

QR for Agent — questions

Answers built from our own checks of this server.

Why is there no uptime for QR for Agent?
QR for Agent 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-for-agent was installed 39 times last week.
How do I connect QR for Agent?
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-for-agent straight from npm; nothing to host, nothing to sign up for.
How many people use QR for Agent?
The npm package qr-for-agent was installed 39 times in the last week. Week over week that is +83%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is QR for Agent open source?
Yes — it is published under the MIT licence, written in TypeScript, 3 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.