Prototype Model Context Protocol (MCP) project that allows QR code generation and decoding. QR Codes uploaded to catbox.moe.
This project requires Rust 1.82.0 or later.
- You can download the aarch64-apple-darwin build through the releases page (therefore
cargo binstallsupports this architecture) - Run
cargo install qrmaxotherwise. - The binary will be available at
$HOME/.cargo/binfor macOS/Linux platforms, usually, and%USERPROFILE%\.cargo\binon Windows.
This project is built using Rust.
cargo build --release # Binary will be in the target/release folderThe MCP Server has only been tested against Claude Desktop. Please modify your claude_desktop_config.json file (accessible through the Settings -> Developer options) to include qrmax.
Example:
{
"mcpServers": {
"qrmax": {
"command": "/Users/{your_username}/.cargo/bin/qrmax"
}
}
}