@chromium-style-qrcode/mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@chromium-style-qrcode/mcpgenerate a QR code for https://example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@chromium-style-qrcode/mcp
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).
Features
Chromium-style rendering — circular dot modules, rounded locator corners, matching the QR codes generated by Google Chrome
Dino logo — the iconic Chrome Dino is drawn in the center by default
Custom center image — supply a Base64-encoded image to replace the Dino
Toggle center image — set
showLogo: falseto generate a plain QR codeMCP-native — communicates over stdio, works with any MCP-compatible client
Related MCP server: QR Code MCP Server
Installation
Note: The
type: "stdio"field is not required — it's the default transport for MCP servers configured withcommandandargs.
Using npx (recommended)
No installation required:
{
"mcpServers": {
"io.github.chromium-style-qrcode/mcp": {
"command": "npx",
"args": ["-y", "@chromium-style-qrcode/mcp"]
}
}
}Using bunx
{
"mcpServers": {
"io.github.chromium-style-qrcode/mcp": {
"command": "bunx",
"args": ["@chromium-style-qrcode/mcp"]
}
}
}Global install
npm install -g @chromium-style-qrcode/mcpThen configure the MCP client:
{
"mcpServers": {
"io.github.chromium-style-qrcode/mcp": {
"command": "chromium-style-qrcode-mcp"
}
}
}Tool
generate_qr_code
Generate a Chromium-style QR code and return it as a PNG image.
Parameters
Parameter | Type | Required | Default | Description |
|
| Yes | — | The text or URL to encode |
|
| No |
| Whether to show a center logo |
|
| No | — | Base64-encoded image to use as the center logo instead of the Dino |
Examples
Basic QR code with Dino logo:
{
"text": "https://example.com"
}Plain QR code (no center image):
{
"text": "https://example.com",
"showLogo": false
}QR code with custom center image:
{
"text": "https://example.com",
"customLogo": "<base64-encoded image data>"
}Development
# Install dependencies
bun install
# Run in development
bun run start
# Build
bun run build
# Lint & format
bun run lint
bun run formatRequirements
Node.js >= 22.14.0
License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server that generates customizable QR codes with options for size, colors, error correction, and margin settings.Last updated17MIT
- AlicenseAqualityDmaintenanceEnables generation of QR codes from text or URLs in multiple formats (DataURL, SVG, terminal display) with customizable options like error correction, colors, and size. Supports batch processing of multiple QR codes and integrates seamlessly with MCP-compatible clients.Last updated44MIT
- Alicense-qualityCmaintenanceConverts URLs into scannable QR codes with customizable options like error correction levels and image sizes. Provides downloadable links for generated QR codes through a simple MCP tool interface.Last updated294Apache 2.0
- Flicense-qualityDmaintenanceAn advanced MCP server for generating styled QR codes with logos, batch processing, and specialized formats like WiFi or vCards. It also provides tools to decode existing QR code images and analyze their quality or content.Last updated
Related MCP Connectors
An MCP server that integrates with Discord to provide AI-powered features.
MCP server for Flux AI image generation
MCP server for ScanMalware.com URL scanning, malware detection, and analysis.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chromium-style-qrcode/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server