--- title: QR Code Generator emoji: 🚀 colorFrom: blue colorTo: green sdk: gradio sdk_version: 5.32.1 app_file: app.py pinned: false license: apache-2.0 --- # QR Code Generator MCP Server Generate QR codes from text or URLs using Claude Desktop MCP integration. ## Features - Generate QR codes from any text or URL - Adjustable size (small, medium, large) - Error correction levels (L, M, Q, H) - Returns base64 data URL for Claude integration ## MCP Connection for Claude Desktop Add this to your Claude Desktop config: ```json { "mcpServers": { "qr-generator": { "command": "npx", "args": ["-y", "mcp-remote", "https://YOUR_USERNAME-qr-code-generator-mcp.hf.space/gradio_api/mcp/sse"] } } }