← Index

Chromium Style QR Code Generator

io.github.chromium-style-qrcode/mcp·v1.0.2·Browser Automation
Quality Score
90
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@chromium-style-qrcode/mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@chromium-style-qrcode/mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @chromium-style-qrcode/mcp
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Browser Automation