A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Free QR code generator with web UI, REST API, and MCP server. Supports URL, WiFi, phone, email, SMS, vCard.
Free, open-source QR code generator with a web UI, REST API, and MCP server.
Supports URL, WiFi, phone, email, SMS, vCard, and plain text.
qrzap.fun | Docs | API Reference | npm
GET /api/generate?type=url&url=... returns SVG. No API key, CORS enabled.npx qrzap adds QR generation to any AI agent. Works with Claude, Cursor, VS Code.ssid and password, not raw WiFi strings).One command to add QR code generation to any AI client:
# Claude Code
claude mcp add qrzap -- npx qrzap@latest
# Claude Desktop / Cursor / VS Code (add to config JSON)
{
"mcpServers": {
"qrzap": {
"command": "npx",
"args": ["qrzap@latest"]
}
}
}
Then ask: "Generate a QR code for my WiFi network MyWiFi with password secret123"
# URL QR code
curl "https://qrzap.fun/api/generate?type=url&url=https://example.com" -o qr.svg
# WiFi QR code
curl -X POST https://qrzap.fun/api/generate \
-H "Content-Type: application/json" \
-d '{"type":"wifi","ssid":"MyNetwork","password":"secret123"}' \
-o wifi.svg
# Embed in HTML
<img src="https://qrzap.fun/api/generate?type=url&url=https://example.com" width="200" />
git clone https://github.com/pranav-bhatkar/qrzap.git
cd qrzap
npm install
npm run dev
If you find QRzap useful, consider supporting the project:
MIT
MCP server integration for DaVinci Resolve Studio
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
A Jetbrains IDE IntelliJ plugin aimed to provide coding agents the ability to leverage intelliJ's indexing of the codeba