# QR Code Generator MCP Server Generate QR codes from text or URLs using Claude Desktop MCP integration. ## MCP Connection 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"] } } }