QR Code
Generates QR codes from text, offering various customization options and outputting base64 encoded images.
소개
QR Code is an MCP (Microservice Communication Protocol) server designed to facilitate the on-demand generation of QR codes. It transforms any text, including multi-language characters, into a scannable QR code image. The tool supports extensive customization for appearance, allowing users to define colors, sizes, and borders. Its primary output format is base64 encoding, making it easy to embed or transfer the generated QR code images across different applications and systems. It offers flexible deployment options, including Docker, and can be integrated into environments like Claude Desktop via STDIO or HTTP transport modes, or used directly as a Python API.
주요 기능
- Supports any text to QR code conversion, including multi-language characters
- Offers customizable colors and styles for QR codes
- Outputs generated QR codes in base64 encoding
- Supports STDIO, HTTP, and SSE transport modes for flexible integration
- Provides a direct Python API for programmatic QR code generation
- 1 GitHub stars
사용 사례
- Integrating QR code generation capabilities into AI assistants or other applications (e.g., Claude Desktop)
- Programmatically creating customized QR codes within Python scripts
- Deploying a standalone QR code generation service via Docker for network accessibility