Q

QR Code Generator

Generates QR codes from any text including Chinese characters with customizable styling options like colors, box size, and borders, returning base64-encoded ima

QR·No reviews yet
Repo
Share:

About

Generates QR codes from any text including Chinese characters with customizable styling options like colors, box size, and borders, returning base64-encoded images for document generation, contact sharing, and URL shortening workflows.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about QR Code Generator.

What does the QR Code Generator MCP do?
This MCP generates QR codes from input text, including specialized characters like Chinese characters. It supports customization of visual aspects such as colors, box size, and borders. The output is a base64-encoded image.
How can I use this MCP for document generation?
You can embed the base64-encoded QR code images generated by this MCP directly into documents. This facilitates workflows such as generating invoices with scannable payment links or creating dynamic badges with contact information.
Does the QR Code Generator MCP require an API key or other credentials?
No, this MCP does not require an API key, OAuth, or any form of authentication. It is configured with an 'auth type' of 'none', indicating it can be used without prior credential setup.
Can I customize the appearance of the generated QR codes?
Yes, the MCP allows customization of various styling options. You can specify different colors for the QR code, adjust the box size for individual modules, and set border properties to match your design requirements.
Is there a cost associated with using the QR Code Generator MCP?
The cost of using this MCP depends on your specific deployment and how it is integrated. The MCP itself is open-source, implying no direct licensing fees, but operational costs may vary.

Install QR Code Generator

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "qr-code-generator": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-qr-code-generator"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "qr-code-generator": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-qr-code-generator"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "qr-code-generator": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-qr-code-generator"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.