QR Tool MCP

Generate beautiful QR code URLs with instant preview and download links via Model Context Protocol

What is this

An MCP server that lets AI assistants generate custom-styled QR codes. Returns both preview URLs and direct download links.

Setup

Cursor / IDEs

{
  "mcpServers": {
    "qr-tool": {
      "url": "https://qr-tool-mcp.vercel.app/api/mcp"
    }
  }
}

Claude Desktop

1. Clone the repository:

git clone https://github.com/Kalypsokichu-code/QR-Tool-MCP.git

2. Install dependencies and build:

npm install && npm run build:mcp

3. Add to Claude Desktop config:

{
  "mcpServers": {
    "qr-tool": {
      "command": "node",
      "args": ["/path/to/qr-tool-mcp/dist/index.js"]
    }
  }
}

4. Restart Claude Desktop

Restart after config

Tools available after restart

Tools

generate_qr_url

Generate QR codes with custom styling.

get_available_styles

List all available QR code style presets with their color schemes. Perfect for discovering styling options.

generate_qr_urls_batch

Generate QR code download URLs for multiple URLs at once. Perfect for batch processing lists. Maximum 100 URLs per batch.

Available styles

10 Beautiful Presets

Each style features carefully crafted color combinations

slate-emberDark slate × orange
ink-limeDeep black × lime
charcoal-cyanNavy × cyan
night-skyMidnight × sky blue
graphite-goldDark graphite × gold
espresso-roseDark brown × rose
plum-iceDeep purple × lavender
forest-mintForest × mint
cocoa-orangeWarm brown × orange
mono-highHigh contrast B&W
← Back to Generator