MCP.so
Sign In
Q

Qrcodly Mcp Server

@FloB95

About Qrcodly Mcp Server

Create, manage, and share QR codes and short URLs via MCP.

Basic information

Category

Other

Transports

stdio

Publisher

FloB95

Submitted by

Florian Breuer

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "qrcodly": {
      "url": "https://mcp.qrcodly.de/mcp",
      "headers": {
        "Authorization": "Bearer <YOUR_QRCODLY_API_KEY>"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Qrcodly Mcp Server?

Qrcodly Mcp Server is a free, open‑source QR code generator and management platform. It allows users to create, customize, and track QR codes for URLs, contact details, Wi‑Fi credentials, email, calendar events, locations, and plain text. The platform is built for developers and teams who need a self‑hosted QR code solution with analytics and customization.

How to use Qrcodly Mcp Server?

Clone the repository, install dependencies with pnpm, start local infrastructure via Docker Compose (MySQL, Redis, MinIO, Umami), configure environment variables for Clerk authentication and other services, then run pnpm run start:dev to launch both the Fastify backend API (port 5001) and the Next.js frontend (port 3000).

Key features of Qrcodly Mcp Server

  • Multiple QR code types: URL, vCard, Wi‑Fi, Email, Calendar, Location, Text
  • Full customization: colors, sizes, backgrounds, custom icon uploads
  • Export formats: PNG, JPEG, SVG
  • URL shortening with built‑in scan analytics
  • Save and reuse QR code templates
  • Custom domain support via Cloudflare integration
  • Internationalization in 8 languages
  • Authentication powered by Clerk

Use cases of Qrcodly Mcp Server

  • Generate branded QR codes for marketing campaigns with custom colors and logos
  • Create short, trackable links for social media and printed materials
  • Provide Wi‑Fi access codes for guests or events without exposing passwords
  • Set up contact‑sharing QR codes (vCard) for business cards or conferences
  • Self‑host a privacy‑aware QR code management system for enterprise use

FAQ from Qrcodly Mcp Server

What are the system requirements?

Node.js ≥ 22.11, pnpm ≥ 9.15, and Docker for running MySQL, Redis, MinIO, and Umami locally.

How is authentication handled?

Authentication is powered by Clerk. You must provide Clerk API keys in the frontend and backend environment files.

Where is data stored?

QR code metadata and user data are stored in MySQL. Scan analytics go to Umami and PostHog. File assets (icons, exported QR codes) are stored in S3‑compatible storage (MinIO for local development).

Does Qrcodly Mcp Server have any paid tiers or limitations?

The platform is open‑source (MIT License). Billing via Stripe is integrated for potential premium features, but the core software is free and self‑hosted.

What are the available export/transport options?

QR codes can be exported as PNG, JPEG, or SVG files. The backend communicates via a Fastify REST API; no other transport protocols are mentioned.

Comments

More Other MCP servers