{
  "markdown": "# ME-QR MCP Server\n\n## Overview\n\nThe **ME-QR MCP Server** is a cloud-hosted bridge that lets AI assistants create, update, and manage QR codes on [me-qr.com](https://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.\n\n## Key Capabilities\n\n| Tool | Description |\n|---|---|\n| `create_qr_link` | QR code for a URL |\n| `create_qr_wifi` | QR code for Wi-Fi credentials |\n| `create_qr_vcard` | QR code business card |\n| `create_qr_text` | QR code containing plain text |\n| `create_qr_email` | QR code for an email address |\n| `create_qr_pdf` | QR code linking to a PDF |\n| `create_qr_image` | QR code linking to an image gallery |\n| `list_user_qrs` | List your QR codes |\n| `update_qr_*` | Update the content of an existing QR code |\n| `customize_qr` | Change the visual style of an existing QR code (pattern, colors, logo, gradient) — ChatGPT only |\n| `delete_qr` | Delete one or more QR codes |\n| `get_qr_analytics` | Basic scan statistics |\n| `get_qr_scan_stats` | Detailed scan statistics — geography, devices, unique scans (Premium) |\n\n## Authentication\n\nThe 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.\n\nClients that can't complete a browser-based OAuth flow can authorize instead with a me-qr.com API key.\n\n## Compatible Clients\n\nClaude Code, Claude.ai, Cursor, Windsurf, and ChatGPT (via custom connectors / Developer Mode).\n\n## Connecting\n\n### Claude Code\n\n```bash\nclaude mcp add me-qr -s user --transport http https://mcp.me-qr.com/mcp\n```\n\n### Cursor / other clients supporting `.mcp.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"me-qr\": {\n      \"type\": \"http\",\n      \"url\": \"https://mcp.me-qr.com/mcp\"\n    }\n  }\n}\n```\n\n### ChatGPT\n\nEnable Developer Mode, add a custom connector pointing to `https://mcp.me-qr.com/mcp`, then authorize with your me-qr.com account.\n\nAfter connecting, authorize the server once — your client will prompt you to log in to me-qr.com in a browser.\n\n## What this repository contains\n\nThis repository holds the public pieces of the ME-QR MCP Server: documentation, client manifests (`.mcp.json`), and the [MCP registry](https://github.com/modelcontextprotocol/registry) entry (`server.json`).\n\nThe 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](SECURITY.md) for how that's handled and how to report issues.\n\n## Support\n\nQuestions or issues with the MCP server? Open an issue in this repository, or contact ME-QR support through [me-qr.com](https://me-qr.com).\n",
  "bytes": 2890,
  "sha": "36a0f3d9f51cc5529024683d23cd73c113be72c67744d33e6f960fe977d966f7",
  "repo_slug": "me-qr/me-qr-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_me_qr_mcp_server_9e67d529/readme"
}