Odel
Chromium Style QR Code Generator

Chromium Style QR Code Generator

Local
@chromium-style-qrcode1TypeScriptMITUpdated 4mo ago

MCP server for generating Chromium-style QR codes with optional Dino logo or custom center image

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@chromium-style-qrcode/mcpv1.0.2

Run

npx -y @chromium-style-qrcode/mcp

MCP client config

{
  "mcpServers": {
    "chromium-style-qr-code-generator": {
      "command": "npx",
      "args": [
        "-y",
        "@chromium-style-qrcode/mcp"
      ]
    }
  }
}