qrcode-mcp-server

qqlzfmn/qrcode-mcp-server

3.1

If you are the rightful owner of qrcode-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The QRCode MCP Server is a specialized server designed to handle QR code processing using the Model Context Protocol (MCP). It integrates with various tools and platforms to provide efficient QR code scanning and management capabilities.

qrcode-mcp-server

  1. git clone https://github.com/qqlzfmn/qrcode-mcp-server.git
  2. brew install zbar
  3. uv sync
  4. setup mcp server
{
  "mcpServers": {
    "qrcode": {
      "command": "uv",
      "args": [
        "--directory",
        "/ABSOLUTE/PATH/TO/PARENT/FOLDER/qrcode-mcp-server",
        "run",
        "--env-file",
        ".env",
        "main.py"
      ]
    }
  }
}