Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Amzqr

БесплатноНе проверен

MCP Server for amazing-qr

GitHubEmbed

Описание

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

Установить Amzqr в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install amzqr

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add amzqr -- uvx amzqr-mcp

Пошаговые гайды: как установить Amzqr

FAQ

Amzqr MCP бесплатный?

Да, Amzqr MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Amzqr?

Нет, Amzqr работает без API-ключей и переменных окружения.

Amzqr — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Amzqr в Claude Desktop, Claude Code или Cursor?

Открой Amzqr на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Amzqr with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development