Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Freeqrcode Server

БесплатноНе проверен

Enables AI assistants to generate QR codes for URLs, text, vCard, WiFi, email, and phone numbers with customizable size, colors, and error correction.

GitHubEmbed

Описание

Enables AI assistants to generate QR codes for URLs, text, vCard, WiFi, email, and phone numbers with customizable size, colors, and error correction.

README

A Model Context Protocol (MCP) server that provides QR code generation capabilities through AI assistants like Cursor, Claude, and other MCP-compatible clients.

Features

  • 🎯 Multiple QR Code Types: URL, text, vCard, WiFi, email, phone
  • 🎨 Customization Options: Size, colors, error correction levels
  • 🚀 High Performance: Built with TypeScript and optimized for production
  • 🔒 Secure: No local file system access, cloud-based API calls
  • 📱 Cross-Platform: Works on Windows, macOS, and Linux

Installation

Global Installation (Recommended)

npm install -g freeqrcode-mcp-server

Local Installation

npm install freeqrcode-mcp-server

Usage

1. Cursor IDE Configuration

Add this to your mcp.json:

{
  "mcpServers": {
    "freeqrcode": {
      "command": "npx",
      "args": ["freeqrcode-mcp-server"]
    }
  }
}

2. VS Code Configuration

Add this to your VS Code MCP settings:

{
  "servers": {
    "freeqrcode": {
      "command": "npx",
      "args": ["freeqrcode-mcp-server"]
    }
  }
}

3. Environment Variables

You can customize the API endpoint:

export QR_API_BASE_URL=https://your-custom-domain.com

Content Formats

The MCP server supports multiple content formats for different QR code types:

URL QR Codes

// Object format (recommended)
{
  type: 'url',
  content: { url: 'https://example.com' }
}

// String format (legacy)
{
  type: 'url',
  content: 'https://example.com'
}

Text QR Codes

{
  type: 'text',
  content: 'Hello, World!'
}

vCard QR Codes

{
  type: 'vcard',
  content: {
    firstName: 'John',
    lastName: 'Doe',
    email: '[email protected]',
    phone: '+1-555-123-4567'
  }
}

Email QR Codes

{
  type: 'email',
  content: {
    email: '[email protected]',
    subject: 'Hello',
    body: 'Message body'
  }
}

Phone QR Codes

{
  type: 'phone',
  content: { phone: '+1-555-123-4567' }
}

WiFi QR Codes

{
  type: 'wifi',
  content: {
    ssid: 'MyWiFi',
    password: 'password123',
    encryption: 'WPA',
    hidden: false
  }
}

Customization Options

All QR code generation tools support these options:

  • size: QR code size in pixels (64-1024, default: 256)
  • foregroundColor: Foreground color in hex format (default: #000000)
  • backgroundColor: Background color in hex format (default: #FFFFFF)
  • errorCorrectionLevel: Error correction level (L, M, Q, H, default: M)

Error Correction Levels

  • L (Low): 7% recovery capacity
  • M (Medium): 15% recovery capacity (default)
  • Q (Quartile): 25% recovery capacity
  • H (High): 30% recovery capacity

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Add tests
  5. Submit a pull request

License

MIT License - see LICENSE file for details.

from github.com/flarewand/freeqrcode-mcp-server

Установка Freeqrcode Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/flarewand/freeqrcode-mcp-server

FAQ

Freeqrcode Server MCP бесплатный?

Да, Freeqrcode Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Freeqrcode Server?

Нет, Freeqrcode Server работает без API-ключей и переменных окружения.

Freeqrcode Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Freeqrcode Server в Claude Desktop, Claude Code или Cursor?

Открой Freeqrcode Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Freeqrcode Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории communication