Odel
QR for Agent

QR for Agent

Local
@benswel2TypeScriptMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmqr-for-agentv0.12.2

Run

npx -y qr-for-agent

MCP client config

{
  "mcpServers": {
    "qr-for-agent": {
      "command": "npx",
      "args": [
        "-y",
        "qr-for-agent"
      ]
    }
  }
}