Skip to main content
ClaudeWave
me-qr avatar
me-qr

me-qr-mcp-server

View on GitHub
MCP ServersOfficial Registry0 stars0 forksMITUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/me-qr/me-qr-mcp-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "me-qr": {
      "command": "node",
      "args": ["/path/to/me-qr-mcp-server/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/me-qr/me-qr-mcp-server and follow its README for install instructions.
Use cases

MCP Servers overview

# 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](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.

## 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

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

### Cursor / other clients supporting `.mcp.json`

```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](https://github.com/modelcontextprotocol/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](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](https://me-qr.com).

What people ask about me-qr-mcp-server

What is me-qr/me-qr-mcp-server?

+

me-qr/me-qr-mcp-server is mcp servers for the Claude AI ecosystem with 0 GitHub stars.

How do I install me-qr-mcp-server?

+

You can install me-qr-mcp-server by cloning the repository (https://github.com/me-qr/me-qr-mcp-server) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is me-qr/me-qr-mcp-server safe to use?

+

me-qr/me-qr-mcp-server has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains me-qr/me-qr-mcp-server?

+

me-qr/me-qr-mcp-server is maintained by me-qr. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to me-qr-mcp-server?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy me-qr-mcp-server to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: me-qr/me-qr-mcp-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/me-qr-me-qr-mcp-server)](https://claudewave.com/repo/me-qr-me-qr-mcp-server)
<a href="https://claudewave.com/repo/me-qr-me-qr-mcp-server"><img src="https://claudewave.com/api/badge/me-qr-me-qr-mcp-server" alt="Featured on ClaudeWave: me-qr/me-qr-mcp-server" width="320" height="64" /></a>

More MCP Servers

me-qr-mcp-server alternatives