Skip to content
FreeQR

QR codes in Cursor — MCP setup

Add FreeQR to the Cursor MCP config and the agent can make verified QR codes. It is free forever, there is no account, and there is no API key to request.

Setup

~/.cursor/mcp.json

{
  "mcpServers": {
    "freeqr": {
      "url": "https://useqr.app/api/mcp"
    }
  }
}

Or call it directly from code

const png = await fetch("https://useqr.app/q/hello.png").then((r) => r.arrayBuffer());

What you should know

Other surfaces

Full API reference: /developers. Machine index: /llms.txt.