MCP.so
Sign In
Servers

QRCode_MCP

@1595901624

A Model Context Protocol (MCP) server for generating simple QR codes. Support custom QR code styles.

Overview

What is QRCode_MCP?

QRCode_MCP is a Model Context Protocol (MCP) server that generates QR code images with support for custom styles such as colors and sizes. It is designed for developers and AI assistants who need to create QR codes programmatically through an MCP-compatible client.

How to use QRCode_MCP?

Install QRCode_MCP via Smithery with npx -y @smithery/cli install @1595901624/qrcode-mcp --client claude or manually by cloning the repository, installing dependencies with pnpm install, and building with pnpm run build. Configure it in your MCP settings file with the Node.js command pointing to the built index.js, then invoke the qrcode tool with the required text parameter.

Key features of QRCode_MCP

  • Generate QR code images with custom styles
  • Customize QR code size (default 256)
  • Set dark and light module colors
  • Choose error correction level (default M)
  • Adjust margin size around the QR code

Use cases of QRCode_MCP

  • Generate QR codes for URLs or text within an AI assistant conversation
  • Create styled QR codes for promotional materials or tickets
  • Encode contact information into QR codes programmatically

FAQ from QRCode_MCP

What tools does QRCode_MCP provide?

QRCode_MCP provides a single tool called qrcode that generates a QR code image. It requires text to encode and accepts optional parameters: size, darkColor, lightColor, errorCorrectionLevel, and margin.

How do I install QRCode_MCP?

You can install it automatically via Smithery using the Smithery CLI, or manually by cloning the GitHub repository, installing dependencies with pnpm, and building the project.

What runtime does QRCode_MCP require?

The server runs on Node.js and uses pnpm for dependency management. You need Node.js installed to build and run the server.

How do I configure QRCode_MCP with an MCP client?

Add the server to your MCP settings file with the command node and the path to the built build/index.js file. No API keys or authentication are required.

More from Other