Skip to main content
Glama

QR Code MCP Server

by antoBrugnot

generate-qrcode-terminal

Generate QR codes from text or URLs and display them directly in your terminal. This tool converts input data into terminal-formatted QR codes for quick scanning and sharing.

Instructions

Generate a QR code from text or URL and display it in terminal format

Input Schema

NameRequiredDescriptionDefault
optionsNoTerminal display options
textYesThe text or URL to encode in the QR code

Input Schema (JSON Schema)

{ "properties": { "options": { "additionalProperties": false, "description": "Terminal display options", "properties": { "small": { "default": false, "description": "Use small format for terminal display", "type": "boolean" } }, "type": "object" }, "text": { "description": "The text or URL to encode in the QR code", "minLength": 1, "type": "string" } }, "required": [ "text" ], "type": "object" }

Other Tools from QR Code MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/antoBrugnot/qrcode-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server