Skip to main content
Other Tools and IntegrationsPython

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.

other-tools-and-integrationslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/2niuhe/qrcode_mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
Python
Author
2niuhe