Skip to content
Grok

QR Code Generator API for Grok

io.github.br0ski777/qr-code

Generate QR codes from text or URLs. Returns base64 PNG. x402 micropayment.

client:Grok transport:sse

Install QR Code Generator API in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "qr-code": {
      "type": "sse",
      "url": "https://qr-code.api.klymax402.com/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 Code Generator API in other clients