- Explore MCP Servers
- qrcode-mcp
Qrcode Mcp
What is Qrcode Mcp
qrcode-mcp is a Model Context Protocol (MCP) server designed for generating simple QR codes with customizable styles.
Use cases
Use cases for qrcode-mcp include generating QR codes for promotional materials, tickets, product packaging, and digital business cards.
How to use
To use qrcode-mcp, clone the repository, install the dependencies, build the project, and configure it in your MCP settings. You can generate QR codes by specifying parameters such as text, size, colors, error correction level, and margin.
Key features
Key features of qrcode-mcp include support for custom QR code styles and ease of use.
Where to use
qrcode-mcp can be used in various fields such as marketing, event management, product labeling, and any application requiring QR code generation.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Qrcode Mcp
qrcode-mcp is a Model Context Protocol (MCP) server designed for generating simple QR codes with customizable styles.
Use cases
Use cases for qrcode-mcp include generating QR codes for promotional materials, tickets, product packaging, and digital business cards.
How to use
To use qrcode-mcp, clone the repository, install the dependencies, build the project, and configure it in your MCP settings. You can generate QR codes by specifying parameters such as text, size, colors, error correction level, and margin.
Key features
Key features of qrcode-mcp include support for custom QR code styles and ease of use.
Where to use
qrcode-mcp can be used in various fields such as marketing, event management, product labeling, and any application requiring QR code generation.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
QRCode_MCP
A Model Context Protocol (MCP) server for generating simple QR codes
📝 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
Installing via Smithery
To install QRCode_MCP for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @1595901624/qrcode-mcp --client claude
Manual Installation
- Clone the Repository
git clone https://github.com/1595901624/qrcode-mcp.git
- Install Dependencies
pnpm install
- Build the Project
pnpm run build
🔧 Configuration
Add to your Cline MCP settings file
{ "mcpServers": { "qrcode-mcp": { "command": "node", "args": ["path/to/qrcode-mcp/build/index.js"], "disabled": false, "autoApprove": [] } } }
📝 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
# Install dependencies npm install # Build the project npm run build # Development with auto-rebuild npm run watch
📝 License
This project is licensed under the MIT License. See the LICENSE file for details.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










