streamable-httpMITupdated 1mo ago
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.
What can you do with ME QR MCP Server?
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.
Key Capabilities
| Tool | Description |
|---|---|
create_qr_link |
QR code for a URL |
create_qr_wifi |
QR code for Wi-Fi credentials |
create_qr_vcard |
QR code business card |
create_qr_text |
QR code containing plain text |
create_qr_email |
QR code for an email address |
create_qr_pdf |
QR code linking to a PDF |
create_qr_image |
QR code linking to an image gallery |
list_user_qrs |
List your QR codes |
update_qr_* |
Update the content of an existing QR code |
customize_qr |
Change the visual style of an existing QR code (pattern, colors, logo, gradient) — ChatGPT only |
delete_qr |
Delete one or more QR codes |
get_qr_analytics |
Basic scan statistics |
get_qr_scan_stats |
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/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.
Install
Add ME QR MCP Server to your client. Pick the one you use.
claude mcp add --transport http me-qr-mcp-server https://mcp.me-qr.com/mcpcodex mcp add me-qr-mcp-server --url https://mcp.me-qr.com/mcp{
"mcpServers": {
"me-qr-mcp-server": {
"url": "https://mcp.me-qr.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"me-qr-mcp-server": {
"type": "http",
"url": "https://mcp.me-qr.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"me-qr-mcp-server": {
"url": "https://mcp.me-qr.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"me-qr-mcp-server": {
"serverUrl": "https://mcp.me-qr.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance16/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 33 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.9Latest | Jul 30, 2026 |