home / mcp / qrcode_mcp mcp server
A Model Context Protocol (MCP) server for generating simple QR codes. Support custom QR code styles.
Configuration
View docs{
"mcpServers": {
"1595901624-qrcode-mcp": {
"command": "node",
"args": [
"path/to/qrcode-mcp/build/index.js"
]
}
}
}You can run a QRCode MCP server to generate QR codes with customizable styles, enabling seamless QR creation within your MCP client workflows and automating image generation for apps, dashboards, or tooling that rely on encoded data.
You interact with the QRCode MCP server by calling its qrcode tool from your MCP client. Use it to generate QR code images from text you provide, and customize the resulting image using size, colors, error correction level, and margins.
Available tool: qrcode Generate a QR code image with configurable options.
Parameters you can pass to the qrcode tool include:
Generates a QR code image from text you provide with options for size, colors, error correction level, and margins.