MCP server for generating Chromium-style QR codes with optional Dino logo or custom center image
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
An MCP (Model Context Protocol) server for generating Chromium-style QR codes with circular modules, rounded locators, and an optional center image (Dino logo or custom).
showLogo: false to generate a plain QR codeNote: The
type: "stdio"field is not required β it's the default transport for MCP servers configured withcommandandargs.
No installation required:
Then configure the MCP client:
generate_qr_codeGenerate a Chromium-style QR code and return it as a PNG image.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
text | string | Yes | β | The text or URL to encode |
showLogo | boolean | No | true | Whether to show a center logo |
customLogo | string | No | β | Base64-encoded image to use as the center logo instead of the Dino |
Basic QR code with Dino logo:
Plain QR code (no center image):
QR code with custom center image:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/chromium-style-qr-code-generator)<a href="https://allmcps.com/mcp/chromium-style-qr-code-generator"><img src="https://allmcps.com/api/badge/chromium-style-qr-code-generator?style=directory" alt="Chromium Style QR Code Generator on AllMCPs" /></a>