other tools and integrations

Qrcode_mcp

A QR code generation MCP server that converts any text (including Chinese characters) to QR codes with customizable colors and base64 encoding output.

python
local
macos
windows
linux
other tools and integrations
0
View on GitHub

Installation

npx -y 2niuhe/qrcode_mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "qrcode_mcp",
  "command": "npx",
  "args": [
    "-y",
    "2niuhe/qrcode_mcp"
  ]
}

About This MCP Server

2niuhe/qrcode_mcp

A QR code generation MCP server that converts any text (including Chinese characters) to QR codes with customizable colors and base64 encoding output.

GitHub: https://github.com/2niuhe/qrcode_mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub