Skip to content
Gemini CLI

qr code mcp for Gemini CLI

io.github.mrfentmen/qr-code-mcp

Generate QR codes as PNG images locally. No network and no key.

client:Gemini CLI transport:stdio runtime:npm

Install qr code mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "qr-code-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "qr-code-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

qr code mcp in other clients