Skip to content
VS Code

HonestQR for VS Code

com.zalize.qr/honestqr

Generate static QR codes (URL, WiFi, vCard, pixel art) and decode QR images. Codes never expire.

client:VS Code transport:streamable-http

Install HonestQR in VS Code

.vscode/mcp.json

{
  "servers": {
    "honestqr": {
      "type": "http",
      "url": "https://qr.zalize.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

HonestQR in other clients