1. Conduid
  2. Browser
  3. Chromium Style QR Code Generator
MCP server · Browser

Chromium Style QR Code Generator

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

Unclaimed browser
37Low

Scored 4 months ago · breakdown

About Chromium Style QR Code Generator

Chromium Style QR Code Generator is an MCP server in the Browser category: mCP server for generating Chromium-style QR codes with optional Dino logo or custom center image. It has been installed 0 times through Conduid.

Install

Claude Code
claude mcp add chromium-style-qr-code-generator -- npx -y @chromium-style-qrcode/mcp
npx
npx -y @chromium-style-qrcode/mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Chromium Style QR Code Generator

Powered by Claude · Grounded in docs

I know everything about Chromium Style QR Code Generator. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

@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: false to generate a plain QR code
  • MCP-native — communicates over stdio, works with any MCP-compatible client

Installation

Note: The type: "stdio" field is not required — it's the default transport for MCP servers configured with command and args.

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/mcp

Then 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
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

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 format

Requirements

  • Node.js >= 22.14.0

License

MIT

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Chromium Style QR Code Generator

How do I install Chromium Style QR Code Generator?

Run claude mcp add chromium-style-qr-code-generator -- npx -y @chromium-style-qrcode/mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Chromium Style QR Code Generator safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Chromium Style QR Code Generator still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.