ME-QR MCP Server

MCP serverAI & models

Your AI can create and manage QR codes on me-qr.com once this app is added. It connects your AI assistant, such as Claude or ChatGPT, to me-qr.com so you can make new QR codes or manage the ones you already have just by asking in a conversation.

Available today. Use it from your connected AI after setup.

After adding it, start a chat with your AI and ask it to create a QR code on me-qr.com. The project's code is available on GitHub if you want to take a look.

Then ask your AI: use ME-QR MCP Server

What your AI can do with it

  • Create new QR codes on me-qr.com
  • Manage the QR codes on your me-qr.com account
  • Create QR codes just by asking your AI in plain language
  • Handle QR code tasks through your AI instead of going to the me-qr.com website

From the project's README

As published by me-qr/me-qr-mcp-server in README.md.

Overview

The ME-QR MCP Server is a cloud-hosted bridge that lets AI assistants create, update, and manage QR codes on me-qr.com on your behalf. Connect once via OAuth, and your assistant can generate QR codes for links, Wi-Fi, vCards, PDFs, images, and more — without leaving the chat.

Key Capabilities

ToolDescription
create_qr_linkQR code for a URL
create_qr_wifiQR code for Wi-Fi credentials
create_qr_vcardQR code business card
create_qr_textQR code containing plain text
create_qr_emailQR code for an email address
create_qr_pdfQR code linking to a PDF
create_qr_imageQR code linking to an image gallery
list_user_qrsList your QR codes
update_qr_*Update the content of an existing QR code
customize_qrChange the visual style of an existing QR code (pattern, colors, logo, gradient) — ChatGPT only
delete_qrDelete one or more QR codes
get_qr_analyticsBasic scan statistics
get_qr_scan_statsDetailed scan statistics — geography, devices, unique scans (Premium)

Authentication

The server uses OAuth 2.1 with PKCE. When you connect, your AI client opens a browser window where you log in to your me-qr.com account and approve access. No API keys or passwords are shared with the AI client — the client only ever holds an access token scoped to your account email, valid for 30 days.

Clients that can't complete a browser-based OAuth flow can authorize instead with a me-qr.com API key.

Compatible Clients

Claude Code, Claude.ai, Cursor, Windsurf, and ChatGPT (via custom connectors / Developer Mode).

Connecting

Claude Code

claude mcp add me-qr -s user --transport http https://mcp.me-qr.com/mcp

Cursor / other clients supporting .mcp.json

{
  "mcpServers": {
    "me-qr": {
      "type": "http",
      "url": "https://mcp.me-qr.com/mcp"
    }
  }
}

ChatGPT

Enable Developer Mode, add a custom connector pointing to https://mcp.me-qr.com/mcp, then authorize with your me-qr.com account.

After connecting, authorize the server once — your client will prompt you to log in to me-qr.com in a browser.

What this repository contains

This repository holds the public pieces of the ME-QR MCP Server: documentation, client manifests (.mcp.json), and the MCP registry entry (server.json).

The server itself is a hosted service at mcp.me-qr.com. Its source code, OAuth implementation, and token storage are maintained privately by the ME-QR team — see SECURITY.md for how that's handled and how to report issues.

Support

Questions or issues with the MCP server? Open an issue in this repository, or contact ME-QR support through me-qr.com.

Signals

Last commit
Jul 2026
Advanced
Delivery
mcp-server MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
io-github-me-qr-mcp-server
Source
github.com/me-qr/me-qr-mcp-server
Hosted endpoint
https://mcp.me-qr.com/mcp