Skip to main content
Glama

QRCode_MCP

📝 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

  1. Clone the Repository
git clone https://github.com/1595901624/qrcode-mcp.git
  1. Install Dependencies
pnpm install
  1. 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.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Tools

An MCP server that generates customizable QR codes with options for size, colors, error correction, and margin settings.

  1. ✨ Features
    1. 📦 Installation
      1. Installing via Smithery
      2. Manual Installation
    2. 🔧 Configuration
      1. 📝 Usage
        1. Available Tools
      2. 📝 Development
        1. 📝 License

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            A server that connects large language models to QR code generation capabilities via Model Context Protocol, supporting multiple content types (URLs, WiFi credentials, contacts, text), output formats, and customization options.
            Last updated -
            430
            3
            TypeScript
            MIT License
          • A
            security
            F
            license
            A
            quality
            A simple and efficient MCP server that provides Base64 encoding and decoding functionality for both text and images with support for Data URL format.
            Last updated -
            4
            1
            Python
            • Linux
            • Apple
          • -
            security
            F
            license
            -
            quality
            This MCP server enables interactions with the PDF Generator API for creating, converting, and managing PDF documents using natural language commands.
            Last updated -
            Python

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/1595901624/qrcode-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server