Skip to content
Grok

qr text for Grok

io.github.ryudi84/qr-text

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

client:Grok transport:stdio runtime:npm

Install qr text in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

qr text in other clients