2niuhe/qrcode_mcp
🔌 MCP Server2niuhe
An MCP server for generating customizable QR codes from text, supporting Chinese characters and base64 output.
The qrcode_mcp server acts as a bridge between AI agents and QR code generation libraries. By implementing the Model Context Protocol, it allows LLMs to trigger QR code creation tasks seamlessly. Key technical features include robust support for UTF-8 characters, ensuring that non-Latin scripts like Chinese are encoded correctly. Users can customize the foreground and background colors of the generated codes to match specific branding or UI requirements. The output is provided as a base64-encoded string, which is highly portable and can be rendered by any frontend capable of displaying data URIs. This tool is particularly useful for agents tasked with generating contact information, URLs, or authentication tokens that need to be scanned by mobile devices.
💡Highlights
- ├─Supports UTF-8/Chinese characters
- ├─Customizable foreground/bg colors
- └─Base64 encoded image output
🎯For
- ├─AI developers
- └─MCP ecosystem contributors