Skip to content
Zed

qr text for Zed

io.github.ryudi84/qr-text

MCP server for QR code data: URLs, vCards, WiFi configs, events.

client:Zed transport:stdio runtime:npm

Install qr text in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "qr-text": {
      "command": "npx",
      "args": [
        "-y",
        "qr-text-forge-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

qr text in other clients