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).
Run
npx -y @chromium-style-qrcode/mcp
MCP client config
{
"mcpServers": {
"chromium-style-qr-code-generator": {
"command": "npx",
"args": [
"-y",
"@chromium-style-qrcode/mcp"
]
}
}
}