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/mcpStreamable 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.pngWhat you should know
- Tools exposed: generate a QR code, build typed payloads (WiFi, vCard, UPI and more), decode an image, and verify that a styled code still scans.
- Nothing is stored server-side and no account is created.
- Because the API is keyless, Claude can also embed a QR image inline in an artifact or a markdown answer without any setup at all.
Other surfaces
Full API reference: /developers. Machine index: /llms.txt.