Big News: Socket Selected for OpenAI's Cybersecurity Grant Program.Details
Socket
Book a DemoSign in
Socket

@iflow-mcp/1595901624-qrcode-mcp

Package Overview
Dependencies
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iflow-mcp/1595901624-qrcode-mcp

generate qrcode for mcp

latest
npmnpm
Version
1.0.0
Version published
Maintainers
2
Created
Source
QRCode_MCP Logo

QRCode_MCP

A Model Context Protocol (MCP) server for generating simple QR codes

版本 许可证 Smithery Badge

📝 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.

FAQs

Package last updated on 27 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts