Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Amzqr

FreeNot checked

MCP Server for amazing-qr

GitHubEmbed

About

MCP Server for amazing-qr

README

MCP server that wraps amazing-qr and exposes QR-code generation as a Model Context Protocol (MCP) tool for any MCP client.

CI PyPI version Python versions

Capabilities

  • generate — Generates a QR-code image file from text (a URL or sentence), with the full amazing-qr feature set: QR version, error-correction level, embedded picture, colorized output, contrast/brightness tuning, and custom output file name and directory. Returns the QR version, level, and output filepath. For the parameter reference and usage examples, see the amazing-qr project.
  • data://info — Read-only resource returning the server and amzqr versions as JSON.

Quick start

Configure or register the server in your MCP client. Here are examples for common agents.

Desktop agents

Claude Desktop — add the server to claude_desktop_config.json:

{
  "mcpServers": {
    "amazing-qr": {
      "command": "uvx",
      "args": ["amzqr-mcp"]
    }
  }
}

Cursor — create .cursor/mcp.json in your project (or ~/.cursor/mcp.json for all projects) and add config above.

CLI agents

Prefer the agent's own command over editing config files by hand.

Codex:

codex mcp add amazing-qr -- uvx amzqr-mcp

Claude Code:

claude mcp add amazing-qr -- uvx amzqr-mcp

Run codex mcp list or claude mcp list to verify the server is connected.

Then ask your MCP client to generate a QR code. The generate tool writes an image file (default qrcode.png) and reports its path.

from github.com/x-hw/amzqr-mcp

Install Amzqr in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install amzqr

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add amzqr -- uvx amzqr-mcp

Step-by-step: how to install Amzqr

FAQ

Is Amzqr MCP free?

Yes, Amzqr MCP is free — one-click install via Unyly at no cost.

Does Amzqr need an API key?

No, Amzqr runs without API keys or environment variables.

Is Amzqr hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Amzqr in Claude Desktop, Claude Code or Cursor?

Open Amzqr on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Amzqr with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs