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.
Install Amzqr in Claude Desktop, Claude Code & Cursor
unyly install amzqrInstalls 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-mcpStep-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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
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
