mcpbeat Sign in

QrMakerIO MCP Server

by qrmakerio Your server? Claim it
local only

QrMakerIO runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 14 Apr 2026.

Generate styled QR codes, manage dynamic short links with analytics, and publish landing pages.

Installs per day peak 17 · avg 7 · +81% w/w
a month agotoday
34
Installs / week
npm · @qr-maker/mcp-server
1
Stars
0 open issues
14 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Secret passed into the image build Dockerfile:6
ENV QR_MAKER_API_KEY=glama-introspection

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 mcp-server -- npx -y @qr-maker/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@qr-maker/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@qr-maker/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@qr-maker/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@qr-maker/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: QR_MAKER_API_KEY (Your QR Maker API key from qr-maker.io/app/settings/api-keys). The author declared them in the registry entry; get the values from the project itself.

Alternatives to QrMakerIO

same job, measured the same way
QR Manager
by qr-manager

Dynamic QR codes and short links with real-time analytics and AI/MCP integration.

answering
Link Center
by mylink

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

answering
CodeQR
by codeqr

Create and manage CodeQR short links, QR codes, and analytics from any MCP client.

answering
Hovercode
by hovercode

Create and manage QR codes, short links, landing pages, and forms in your Hovercode workspace.

223 installs/wk 36 tools answering
Quality QR
by silly-geese

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

6 tools answering
Linkonda
by linkonda

Create and manage Linkonda short links and QR codes, with no per-visitor tracking.

90 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
Filoo MCP
by jrlprost

Create short links, fetch click analytics, and generate QR codes via the filoo.app API.

36 installs/wk local only

QrMakerIO — questions

Answers built from our own checks of this server.

Why is there no uptime for QrMakerIO?
QrMakerIO 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-maker/mcp-server was installed 34 times last week.
How do I connect QrMakerIO?
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-maker/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use QrMakerIO?
The npm package @qr-maker/mcp-server was installed 34 times in the last week. Week over week that is +81%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is QrMakerIO 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.