Skip to content
Cursor

QR for Agent for Cursor

io.github.benswel/qr-for-agent

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

client:Cursor transport:stdio runtime:npm

Install QR for Agent in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "qr-for-agent": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "qr-for-agent"
      ],
      "env": {
        "API_KEY": "<API_KEY>",
        "BASE_URL": "<BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

QR for Agent in other clients