2niuhe/qrcode_mcp
A QR code generation MCP server that converts any text (including Chinese characters) to QR codes with customizable colors and base64 encoding output.
Quick Start
Clone the repository:
git clone https://github.com/2niuhe/qrcode_mcpClaude Desktop configuration example:
{
"mcpServers": {
"qrcodemcp": {
"command": "npx",
"args": [
"-y",
"2niuhe/qrcode_mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.