Home › Development › QR for Agent

QR for Agent

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

TypeScript Cloud
★ 3 stars Last pushed 2026-06-09 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.12.2)

npx -y qr-for-agent@0.12.2

Or add to your MCP client config:

{
  "mcpServers": {
    "qr-for-agent-api": {
      "command": "npx",
      "args": [
        "-y",
        "qr-for-agent@0.12.2"
      ],
      "env": {
        "API_KEY": "<YOUR_VALUE>",
        "BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • API_KEY required secret — Your QR for Agent API key
  • BASE_URL — API base URL (default: https://api.qrforagent.com)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry