MCP server for generating Chromium-style QR codes with optional Dino logo or custom center image
{
"mcpServers": {
"io-github-chromium-style-qrcode-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for generating Chromium-style QR codes with optional Dino logo or custom center image
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
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 codeNo installation required:
{
"mcpServers": {
"qrcode": {
"command": "npx",
"args": ["-y", "@chromium-style-qrcode/mcp"]
}
}
}
{
"mcpServers": {
"qrcode": {
"command": "bunx",
"args": ["@chromium-style-qrcode/mcp"]
}
}
}
npm install -g @chromium-style-qrcode/mcp
Then configure the MCP client:
{
"mcpServers": {
"qrcode": {
"command": "chromium-style-qrcode-mcp"
}
}
}
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:
{
"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>"
}
# Install dependencies
bun install
# Run in development
bun run start
# Build
bun run build
# Lint & format
bun run lint
bun run format
No automated test available for this server. Check the GitHub README for setup instructions.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Browser automation with Puppeteer for web scraping and testing
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Production ready MCP server with real-time search, extract, map & crawl.
The Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
MCP Security Weekly
Get CVE alerts and security updates for io.github.chromium-style-qrcode/mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.