-
securityA
license-
qualityAn MCP server that generates customizable QR codes with options for size, colors, error correction, and margin settings.
Last updated -
4
TypeScript
MIT License
A QR code generation MCP server implemented using FastMCP, supporting text-to-QR code conversion with base64 encoding output.
TRANSPORT_MODE
: Transport mode (sse
, http
, stdio
), default: sse
HOST
: Host address to bind, default: 0.0.0.0
PORT
: Port to bind, default: 8008
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
:
STDIO Mode (Local Use):
HTTP Mode (Network Deployment):
SSE Mode (Server-Sent Events):
generate_qr_code
Generate QR code and return base64 encoding.
Parameters:
text
(required): Text content to convertbox_size
(optional): Pixel size of each box, default 10border
(optional): Number of border boxes, default 4fill_color
(optional): Foreground color, default "black"back_color
(optional): Background color, default "white"return_data_url
(optional): Whether to return Data URL format, default falseMIT License
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
mcp tool to generate qrcode
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/2niuhe/qrcode_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server