Skip to content
FreeQR

QR codes in Claude — free MCP server, no key

Claude can create QR codes through the FreeQR MCP server, or with a single URL. It is free forever, there is no account, and there is no API key to request.

Setup

Claude Code / Claude Desktop (MCP)

claude mcp add --transport http freeqr https://useqr.app/api/mcp

Streamable HTTP, no authentication.

MCP config JSON

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

No MCP? Just use the URL

https://useqr.app/q/hello.png

What you should know

Other surfaces

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