Sponsored by Deepsite.site

OpenQR

Created By
sam-moretona month ago
Generate QR codes and create, edit & track dynamic (editable) QR codes with scan analytics — over a hosted MCP server (Streamable HTTP) plus a free REST API. Tools: generate_qr (no key), create/update/list/delete dynamic codes, get_scans, folders and themes. Free, no watermark. Endpoint: https://openqr.uk/mcp · Docs: https://openqr.uk/api
Overview

OpenQR

Free, open-source, watermark-free QR code generator. Runs entirely in your browser — no tracking, no sign-up, no limits.

License: AGPL-3.0 Next.js No watermark

Most online QR generators bait you with "free" and then add a watermark, cap your download size, hide vector export behind a paywall, or route your code through their servers so it dies when you stop paying. A QR code is just an open standard (ISO/IEC 18004) that costs nothing to generate. OpenQR keeps it that way.

This repository is the basic generator tool — the reference open-source implementation. It is deliberately small and easy to fork.

Hosted version — free API & MCP server

Everything in this repo is and stays free. The hosted build at openqr.uk adds an optional account layer for people who want editable codes and automation — same no-watermark, no-expiry ethos:

  • Dynamic / editable QR codes with free scan analytics — change the destination after you've printed it; no paywall, no expiry.
  • Free REST API — generate codes and manage dynamic codes programmatically. OpenAPI spec at /openapi.json; interactive docs at openqr.uk/api.
  • Hosted MCP serverhttps://openqr.uk/mcp (Streamable HTTP, 13 tools). Generate and manage QR codes directly from Claude, Cursor or any MCP client. Listed in the official MCP Registry.

The static generator in this repository never calls any of that — it stays 100% client-side (see Privacy).

Features

  • No watermarks, no size limits, no sign-up — every feature is free
  • Private by design — codes are generated entirely in your browser; the content never touches a server
  • Export anywhere — PNG / JPEG / WebP up to 4096px, plus true-vector SVG and PDF
  • Full styling — colours, gradients, dot & corner styles, logo embedding, "Scan me" frames
  • Smart input — paste a link or text and the type is auto-detected
  • Rich payloads — URL, text, email, phone, SMS, WhatsApp, Wi-Fi, and a map-based location picker
  • One-click copy, shareable design links, light/dark, responsive, keyboard-accessible

Quick start

pnpm install
pnpm dev        # http://localhost:3011

Build & self-host

pnpm build
pnpm start      # serves on :3011 (standalone output)

It's a standard Next.js app — host it anywhere (a VPS, a Raspberry Pi, Cloudflare, behind any reverse proxy). It needs no environment variables, no database, no secrets to run.

Embedding

The <Generator/> component is self-contained and configurable:

import { Generator } from "@/components/generator/generator";

// Full page (default OpenQR logo header):
<Generator />

// Embedded widget, your own branding, no default header:
<Generator embedded header={<MyLogo />} />

// Inject your own post-download call-to-action:
<Generator renderSuccess={(variant) => <MySupportCluster variant={variant} />} />

The tool ships zero analytics. If you want anonymous UI events (e.g. which export format was used — never the QR content), inject a handler:

import { setTrackHandler } from "@/lib/analytics";
setTrackHandler((action, name, category) => myAnalytics.track(category, action, name));

Privacy

QR generation happens 100% in your browser. The only optional outbound calls are in the Location tool: map tiles from CARTO and address lookups via OpenStreetMap's Nominatim. Nothing else leaves the device.

Tech stack

Next.js 16 (App Router) · React 19 · TypeScript (strict) · Tailwind v4 · qr-code-styling · Leaflet · pnpm.

Contributing

See CONTRIBUTING.md. Keep it simple, accessible, client-side, and free — no feature should ever require payment to remove a watermark or unlock a format.

Licence

AGPL-3.0 © 2026 Sam Moreton.

You're free to use, study, modify, self-host, and redistribute OpenQR under the AGPL-3.0. If you run a modified version as a network service, the AGPL requires you to make your source available under the same licence. If that doesn't suit your use case, a commercial licence is available — see NOTICE.

Server Config

{
  "mcpServers": {
    "openqr": {
      "url": "https://openqr.uk/mcp",
      "headers": {
        "Authorization": "Bearer oqr_YOUR_API_KEY"
      }
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Amap Maps高德地图官方 MCP Server
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Playwright McpPlaywright MCP server
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
WindsurfThe new purpose-built IDE to harness magic
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
DeepChatYour AI Partner on Desktop
Tavily Mcp
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
CursorThe AI Code Editor
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
ChatWiseThe second fastest AI chatbot™
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Serper MCP ServerA Serper MCP Server
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.