I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

qrcode-mcp
A Model Context Protocol (MCP) server for generating simple QR codes. Support custom QR code styles.
3 years
Works with Finder
1
Github Watches
0
Github Forks
4
Github Stars

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
- 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.
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Discover the most comprehensive and up-to-date collection of MCP servers in the market. This repository serves as a centralized hub, offering an extensive catalog of open-source and proprietary MCP servers, complete with features, documentation links, and contributors.
Micropython I2C-based manipulation of the MCP series GPIO expander, derived from Adafruit_MCP230xx
A unified API gateway for integrating multiple etherscan-like blockchain explorer APIs with Model Context Protocol (MCP) support for AI assistants.
Mirror ofhttps://github.com/agentience/practices_mcp_server
Mirror ofhttps://github.com/bitrefill/bitrefill-mcp-server
Reviews

user_XALHl04H
I've been using qrcode-mcp for a while now, and it has been a game-changer for generating QR codes efficiently. The open-source nature of the project is a big plus and the creator, 1595901624, has done an excellent job in making the library user-friendly and versatile. Highly recommend checking it out on GitHub!