remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
📝 Description
A Model Context Protocol (MCP) server for generating simple QR codes. Support custom QR code styles.
✨ Features
- 🎨 Support custom QR code styles
- 🛠️ Easy to use
📦 Installation
- Clone the Repository
Copy
- Install Dependencies
Copy
- Build the Project
Copy
🔧 Configuration
Add to your Cline MCP settings file
Copy
📝 Usage
Available Tools
qrcode
: Generate a QR code image parameters:text
: The text to encode in the QR code (Required)size
: The size of the QR code (optional, default is 256)darkColor
: The color of the dark module (optional, default is #000000)lightColor
: The color of the light module (optional, default is #ffffff)errorCorrectionLevel
: The error correction level (optional, default is M)margin
: The margin of the QR code (optional, default is 4)
📝 Development
Copy
📝 License
This project is licensed under the MIT License. See the LICENSE file for details.
This server cannot be installed
An MCP server that generates customizable QR codes with options for size, colors, error correction, and margin settings.