QRCode_MCP

QRCode_MCP

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

1595901624

Developer Tools
Visit Server

README

<div align="center"> <img src="logo/qrcode_mcp.png" alt="QRCode_MCP Logo" width="60"> <h1>QRCode_MCP</h1> <p> <strong>A Model Context Protocol (MCP) server for generating simple QR codes</strong> </p> <p> <img src="https://img.shields.io/badge/version-1.0.0-blue.svg" alt="版本"> <img src="https://img.shields.io/badge/license-MIT-green.svg" alt="许可证"> </p> </div>

📝 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

  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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
MCP Package Docs Server

MCP Package Docs Server

Facilitates LLMs to efficiently access and fetch structured documentation for packages in Go, Python, and NPM, enhancing software development with multi-language support and performance optimization.

Featured
Local
TypeScript
Claude Code MCP

Claude Code MCP

An implementation of Claude Code as a Model Context Protocol server that enables using Claude's software engineering capabilities (code generation, editing, reviewing, and file operations) through the standardized MCP interface.

Featured
Local
JavaScript
@kazuph/mcp-taskmanager

@kazuph/mcp-taskmanager

Model Context Protocol server for Task Management. This allows Claude Desktop (or any MCP client) to manage and execute tasks in a queue-based system.

Featured
Local
JavaScript
Linear MCP Server

Linear MCP Server

Enables interaction with Linear's API for managing issues, teams, and projects programmatically through the Model Context Protocol.

Featured
JavaScript
mermaid-mcp-server

mermaid-mcp-server

A Model Context Protocol (MCP) server that converts Mermaid diagrams to PNG images.

Featured
JavaScript
Jira-Context-MCP

Jira-Context-MCP

MCP server to provide Jira Tickets information to AI coding agents like Cursor

Featured
TypeScript
Linear MCP Server

Linear MCP Server

A Model Context Protocol server that integrates with Linear's issue tracking system, allowing LLMs to create, update, search, and comment on Linear issues through natural language interactions.

Featured
JavaScript
Sequential Thinking MCP Server

Sequential Thinking MCP Server

This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.

Featured
Python