
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.
QRCode_MCP
Project Details
- 1595901624/qrcode-mcp
- MIT License
- Last Updated: 3/31/2025
Recomended MCP Servers
Houdini integration through the Model Context Protocol
PDF scientific paper translation with preserved formats - 基于 AI 完整保留排版的 PDF 文档全文双语翻译,支持 Google/DeepL/Ollama/OpenAI 等服务,提供 CLI/GUI/Docker/Zotero
A simple, working example of a Model Context Protocol (MCP) server that lets you play the classic Lemonade...
A Model Context Protocol (MCP) for querying Lightning Network node data using natural language.
MCP Server for Telegram
tiny vision language model
A Model Context Protocol (MCP) server for square
Lightweight Python Notebook MCP - Enable AI assistants to create, edit, and view Jupyter notebooks via Model Context...
This read-only MCP Server allows you to connect to WordPress data from Claude Desktop through CData JDBC Drivers....
Create a new MCP server in TypeScript, batteries included.





