useqr-mcp

MCP serverAI & models

Static QR PNG/SVG for agents. Designer and dynamic codes live at useqr.co.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use useqr-mcp to generate qr code

From the project's README

As published by aaronte/useqr-mcp in README.md.

Generate a static QR code from any AI agent. No account. No API key.

npx -y useqr-mcp generate --data https://example.com --out qr.png

This repository is the agent-facing QR generator for useqr.co. It writes PNG or SVG locally. Styled dots, logos, and dynamic /r/{code} short links stay on the product site.

Install and discovery

  • npm: useqr-mcp
  • Official MCP registry name: io.github.aaronte/useqr-mcp
  • Hosted remote: https://useqr.co/api/mcp
  • Search: curl "https://registry.modelcontextprotocol.io/v0.1/servers?search=useqr"
npx -y useqr-mcp

No arguments (or mcp) starts the stdio MCP server. Source install still works: npx -y github:aaronte/useqr-mcp.

MCP

Stdio (works in Cursor, Claude, Copilot, and other clients that spawn a command):

{
  "mcpServers": {
    "useqr": {
      "command": "npx",
      "args": ["-y", "useqr-mcp"]
    }
  }
}

Hosted Streamable HTTP (same tools, nothing to install):

{
  "mcpServers": {
    "useqr": {
      "url": "https://useqr.co/api/mcp"
    }
  }
}

stdio-only clients can wrap the hosted server with mcp-remote:

{
  "mcpServers": {
    "useqr": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://useqr.co/api/mcp"]
    }
  }
}

Tools

ToolWhat it returns
generate_qr_codePNG image or SVG markup for any URL or text
get_qr_designer_linkLink to the free designer at useqr.co, optionally prefilled
create_dynamic_qr_codeInstructions only. Does not mint a tracked short link

CLI

npx -y useqr-mcp generate --data https://example.com --format svg --out qr.svg
npx -y useqr-mcp help

npx -y useqr-mcp with no arguments starts the MCP stdio server.

What this is not

This is not the UseQR product app. Accounts, billing, public pages, and destination edits live at useqr.co. See useqr.co/mcp for the hosted server card and product brief.

The live product card uses namespace co.useqr/mcp. This OSS listing uses the GitHub namespace io.github.aaronte/useqr-mcp and points at the same hosted remote.

License

MIT

Tools it offers (3)

What this server listed when ahel dialed its public endpoint in Sep 2026, with no key and no account of yours. The names are the server’s own.

  • generate_qr_code
  • get_qr_designer_link
  • create_dynamic_qr_code

Signals

Last commit
Sep 2026
Weekly downloads
156
Advanced
Delivery
useqr-mcp MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
io-github-aaronte-useqr-mcp
Source
github.com/aaronte/useqr-mcp
Hosted endpoint
https://useqr.co/api/mcp