ME-QR MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ME-QR MCP ServerCreate a QR code for my website"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ME-QR MCP Server
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.
Related MCP server: Enhanced QR Code MCP Server
Key Capabilities
Tool | Description |
| QR code for a URL |
| QR code for Wi-Fi credentials |
| QR code business card |
| QR code containing plain text |
| QR code for an email address |
| QR code linking to a PDF |
| QR code linking to an image gallery |
| List your QR codes |
| Update the content of an existing QR code |
| Change the visual style of an existing QR code (pattern, colors, logo, gradient) — ChatGPT only |
| Delete one or more QR codes |
| Basic scan statistics |
| Detailed 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/mcpCursor / 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables generation of QR codes from text or URLs in multiple formats (DataURL, SVG, terminal display) with customizable options like error correction, colors, and size. Supports batch processing of multiple QR codes and integrates seamlessly with MCP-compatible clients.44MIT
- FlicenseNot gradedqualityDmaintenanceAn advanced MCP server for generating styled QR codes with logos, batch processing, and specialized formats like WiFi or vCards. It also provides tools to decode existing QR code images and analyze their quality or content.
- AlicenseNot gradedqualityBmaintenanceMCP server to generate QR codes from text or URLs, returning base64 PNG images, with pay-per-call via x402 micropayments (USDC on Base L2).MIT

qr-cow MCP serverofficial
AlicenseAqualityCmaintenanceMCP server that exposes the qr-cow.com API, enabling AI clients to create, style, manage, and analyze QR codes through natural language.8MIT
Related MCP Connectors
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/me-qr/me-qr-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server