# 2niuhe/qrcode_mcp

**Category:** 🛠️ Other Tools and Integrations  
**Repository:** https://github.com/2niuhe/qrcode_mcp  
**Views:** 5  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/2niuhe-qrcode-mcp

## Description
A QR code generation MCP server that converts any text (including Chinese characters) to QR codes with customizable colors and base64 encoding output.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "qrcode-mcp": {
    "command": "npx",
    "args": ["-y","2niuhe-qrcode-mcp"]
  }
}
```

## Documentation
This MCP server converts any input text, including Chinese characters, into QR codes. It allows customization of QR code colors and outputs the result as a base64-encoded string. Use this server when you need to generate QR codes dynamically from text data for embedding or display purposes.

**Use cases:**
- Generate QR codes from arbitrary text input
- Create QR codes with custom foreground and background colors
- Encode QR codes as base64 strings for embedding in web or app content
- Support QR code generation for multilingual text including Chinese

**Key features:**
- Text to QR code conversion
- Supports Chinese and other Unicode characters
- Customizable QR code foreground and background colors
- Outputs QR code as base64-encoded image

_Summarized from the repository README — see the link above for the full text._

