New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

useqr-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

useqr-mcp

Static QR PNG/SVG generator CLI and MCP server for AI agents. No accounts.

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
17
-48.48%
Maintainers
1
Weekly downloads
 
Created
Source

useqr-mcp

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

npx -y github:aaronte/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.

MCP

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

{
  "mcpServers": {
    "useqr": {
      "command": "npx",
      "args": ["-y", "github:aaronte/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 github:aaronte/useqr-mcp generate --data https://example.com --format svg --out qr.svg
npx -y github:aaronte/useqr-mcp help

npx -y github:aaronte/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.

License

MIT

Keywords

qr

FAQs

Package last updated on 04 Sep 2026

Related posts