QRzap Server
БесплатноНе проверенEnables AI agents to generate QR codes for URLs, WiFi, contacts, and more with structured parameters.
Описание
Enables AI agents to generate QR codes for URLs, WiFi, contacts, and more with structured parameters.
README
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.
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 dev
Tech stack
- Astro + React
- shadcn/ui + Tailwind CSS
- qrcode (generation)
- Cloudflare Pages (hosting)
- MCP SDK (AI agent integration)
Support
If you find QRzap useful, consider supporting the project:
License
MIT
Установка QRzap Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/pranav-bhatkar/qrzapFAQ
QRzap Server MCP бесплатный?
Да, QRzap Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для QRzap Server?
Нет, QRzap Server работает без API-ключей и переменных окружения.
QRzap Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить QRzap Server в Claude Desktop, Claude Code или Cursor?
Открой QRzap Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare QRzap Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
