
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@iflow-mcp/1595901624-qrcode-mcp
Advanced tools
A Model Context Protocol (MCP) server for generating simple QR codes
A Model Context Protocol (MCP) server for generating simple QR codes. Support custom QR code styles.
To install QRCode_MCP for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @1595901624/qrcode-mcp --client claude
git clone https://github.com/1595901624/qrcode-mcp.git
pnpm install
pnpm run build
Add to your Cline MCP settings file
{
"mcpServers": {
"qrcode-mcp": {
"command": "node",
"args": ["path/to/qrcode-mcp/build/index.js"],
"disabled": false,
"autoApprove": []
}
}
}
qrcode: Generate a QR code image
parameters:
text: The text to encode in the QR code (Required)size: The size of the QR code (optional, default is 256)darkColor: The color of the dark module (optional, default is #000000)lightColor: The color of the light module (optional, default is #ffffff)errorCorrectionLevel: The error correction level (optional, default is M)margin: The margin of the QR code (optional, default is 4)# Install dependencies
npm install
# Build the project
npm run build
# Development with auto-rebuild
npm run watch
This project is licensed under the MIT License. See the LICENSE file for details.
FAQs
generate qrcode for mcp
We found that @iflow-mcp/1595901624-qrcode-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.