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
git clone https://github.com/qqlzfmn/qrcode-mcp-server.gitbrew install zbaruv sync- setup mcp server
{
"mcpServers": {
"qrcode": {
"command": "uv",
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/qrcode-mcp-server",
"run",
"--env-file",
".env",
"main.py"
]
}
}
}