Back to Browse

QrMakerIO MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Generate styled QR codes, manage dynamic short links with analytics, and publish landing pages.

About

Generate styled QR codes, manage dynamic short links with analytics, and publish landing pages.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (3 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

12 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Your QR Maker API key from qr-maker.io/app/settings/api-keysRequired

Environment variable: QR_MAKER_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-qrmakerio-mcp-server": {
      "env": {
        "QR_MAKER_API_KEY": "your-qr-maker-api-key-here"
      },
      "args": [
        "-y",
        "@qr-maker/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

@qr-maker/mcp-server

Glama score npm

MCP (Model Context Protocol) server for QR Maker — generate styled QR codes, manage dynamic short links with click analytics, and publish micro-landing pages from any AI assistant.

Quick Start

Claude Code

Add to ~/.claude/claude_code_config.json:

{
  "mcpServers": {
    "qr-maker": {
      "command": "npx",
      "args": [
        "@qr-maker/mcp-server",
        "--api-key=qk_live_YOUR_API_KEY"
      ]
    }
  }
}

Restart Claude Code and type /mcp to verify.

Cursor / Windsurf

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "qr-maker": {
      "command": "npx",
      "args": ["@qr-maker/mcp-server", "--api-key=qk_live_YOUR_API_KEY"]
    }
  }
}

Environment Variables

Instead of --api-key, you can set:

export QR_MAKER_API_KEY=qk_live_YOUR_API_KEY
export QR_MAKER_API_URL=https://api.qr-maker.io  # default

Get Your API Key

  1. Sign up at qr-maker.io
  2. Go to Settings → API Keys
  3. Click Create Key and copy it

Available Tools (19)

QR Code Generation

ToolDescription
generate_qrGenerate a styled QR code with custom colors, dots, logos, and frames
batch_generateBatch generate up to 100 QR codes (Pro+)
get_batch_statusPoll batch job status

Short Links

ToolDescription
create_short_linkCreate a tracked short link with click analytics
list_linksList short links with click counts
get_linkGet details of a specific short link
update_linkUpdate target URL, status, or expiration
delete_linkPermanently delete a short link
get_link_analyticsClick analytics — countries, devices, daily breakdown

Style Presets

ToolDescription
create_templateSave a reusable QR style preset
list_templatesList saved style presets
update_templateUpdate a style preset
delete_templateDelete a style preset
render_templateGenerate QR using a saved style preset

Landing Pages

ToolDescription
publish_landingPublish HTML landing page + short link + QR in one call
get_landingGet landing page details
update_landingUpdate landing HTML and re-publish

Account

ToolDescription
get_usageCheck current quota and usage
get_capabilitiesFeature matrix for your plan

Example Prompts

Once connected, try:

  • "Generate a QR code for my website with purple rounded dots"
  • "Create a short link for https://qr-maker.io and show me the analytics"
  • "Publish a landing page for my restaurant with a menu and WhatsApp button"
  • "List my style presets and render one with new content"

Testing with MCP Inspector

npx @modelcontextprotocol/inspector \
  npx @qr-maker/mcp-server -- \
  --api-key=qk_live_YOUR_KEY

Documentation

License

MIT

Reviews

No reviews yet

Be the first to review this server!