QRzap MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@QRzap MCP ServerGenerate a QR code for my WiFi network MyWiFi with password secret123"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
QRzap
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
Features
Web UI - Generate and download QR codes instantly. Customize colors, size, error correction.
REST API -
GET /api/generate?type=url&url=...returns SVG. No API key, CORS enabled.MCP Server -
npx qrzapadds QR generation to any AI agent. Works with Claude, Cursor, VS Code.7 QR types - URL, WiFi, phone, email, SMS, vCard, text. Structured params (pass
ssidandpassword, not raw WiFi strings).Download formats - PNG, SVG, JPEG, WebP from the web UI.
Privacy - Everything runs client-side. No data stored. No tracking.
Related MCP server: QR for Agent
MCP Server
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"
REST API
# 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" />Run locally
git clone https://github.com/pranav-bhatkar/qrzap.git
cd qrzap
npm install
npm run devTech stack
qrcode (generation)
Cloudflare Pages (hosting)
MCP SDK (AI agent integration)
Support
If you find QRzap useful, consider supporting the project:
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables the generation of QR codes in PNG, SVG, Base64, and ASCII formats via Model Context Protocol clients. Users can save codes directly to local files or display them as terminal-friendly art through natural language commands.
- AlicenseAqualityCmaintenanceDynamic QR code platform for AI agents. Create, customize, and track QR codes without regenerating images. 37 tools covering 11 QR types (URL, vCard, WiFi, event…).372MIT
- AlicenseBqualityFmaintenanceEnables AI assistants to generate QR codes for URLs, text, vCard, WiFi, email, and phone numbers with customizable size, colors, and error correction.1121MIT
- AlicenseNot gradedqualityFmaintenanceEnables AI assistants to generate styled QR codes with customizable colors, styles, gradients, and frames, as well as typed QR codes for WiFi, vCard, etc., using the QRMint API without requiring an API key.251MIT
Related MCP Connectors
Create and manage QR codes on me-qr.com from AI clients like Claude and ChatGPT.
QR Code MCP — wraps api.qrserver.com (free, no auth)
Create short links, QR codes, UTM templates, vCards, and landing pages from your AI assistant.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pranav-bhatkar/qrzap'
If you have feedback or need assistance with the MCP directory API, please join our Discord server