Create QR Code

Generate high-quality QR codes for your digital and physical assets.

Preview

300px / EC: M

MCP Server

One command setup

Add QR code generation to any AI agent. Works with Claude, Cursor, VS Code, and any MCP-compatible client.

Then ask: "Generate a WiFi QR for network Office, password guest123"

Terminal
$ claude mcp add qrzap -- npx qrzap@latest
Interactive mode
$ npx qrzap i
Direct generate
$ npx qrzap g --type wifi --ssid Office --password guest --format png
Help
$ npx qrzap help

CLI Tool

Generate from terminal

Interactive prompts, direct generation with flags, or start the MCP server. One package, three modes.

npx qrzap i Interactive mode with guided prompts

npx qrzap g Direct generation with flags

npx qrzap Start MCP server (default)

REST API

Build your API link

No API key needed. Just a URL that returns an SVG image. Use it anywhere.

Generated URL
https://qrzap.fun/api/generate?type=url&url=https%3A%2F%2Fqrzap.fun
HTML Embed
<img src="https://qrzap.fun/api/generate?type=url&url=https%3A%2F%2Fqrzap.fun" alt="QR Code" width="200" />
QR Preview

Live from API

Why QRzap

Built for developers

7 QR Types

URL, WiFi, phone, email, SMS, vCard, text. Structured params, not raw strings.

Free API

No auth, no rate limits, CORS enabled. Returns SVG. Use it as an image source.

MCP Server

One command to add QR generation to Claude, Cursor, or any AI agent.

Privacy First

Everything runs client-side. No tracking, no data stored, no cookies.

Open Source

Built in the open

QRzap is open source and free forever. Star the repo, fork it, self-host it, or contribute.