MCP.so
登录
Q

Qrcodly Mcp Server

@FloB95

关于 Qrcodly Mcp Server

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

基本信息

分类

其他

传输方式

stdio

发布者

FloB95

提交者

Florian Breuer

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器