Qrcodly Mcp Server

by FloB95

127 downloads
Not rated
GitHub

About

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

Details

Author
FloB95
Downloads
127
Categories
Other

- 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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Qrcodly Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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).

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

QRcodly

License: MIT
Node.js
pnpm

QRcodly is a free, open-source QR code generator and management platform. Create, customize, and track QR codes for URLs, contact details, Wi-Fi credentials, and more.

Features

- Multiple QR code types — URL, vCard, Wi-Fi, Email, Calendar Event, Location, Plain Text
- Full customization — colors, sizes, backgrounds, and custom icon uploads
- Export formats — PNG, JPEG, SVG
- URL shortening & analytics — shorten links and track scans
- Templates — save and reuse QR code configurations
- Custom domains — use your own domain for short URLs (Cloudflare integration)
- Internationalization — 8 languages (EN, DE, ES, FR, IT, NL, PL, RU)
- Authentication — powered by Clerk
- Browser extension — generate QR codes from any page

Monorepo Structure

qrcodly/
├── apps/
│   ├── backend/            # Fastify REST API
│   ├── frontend/           # Next.js web application
│   └── browser-extension/  # Vite-based browser extension
├── packages/
│   ├── shared/             # Zod schemas, DTOs, and shared utilities
│   ├── eslint-config/      # Shared ESLint configuration
│   └── typescript-config/  # Shared TypeScript configuration
└── docker-compose.yaml     # Local development services

See per-app READMEs for architecture details:
Backend ·
Frontend ·
Browser Extension ·
Shared Package

Tech Stack

| Layer | Technologies |
| -------------- | --------------------------------------------------------------------------------------- |
| Frontend | Next.js, React, TypeScript, Tailwind CSS, shadcn/ui, Zustand, TanStack Query, next-intl |
| Backend | Fastify, TypeScript, Drizzle ORM, tsyringe (DI), Zod, Nodemailer, Handlebars |
| Database | MySQL, Redis |
| Storage | S3 / MinIO |
| Auth | Clerk |
| Billing | Stripe |
| Analytics | Umami, PostHog |
| Monitoring | Axiom, Sentry |

Prerequisites

- Node.js >= 22.11
- pnpm >= 9.15
- Docker (for local development services)

Quick Start

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.