Skip to main content
Glama

QRCode_MCP

📝 説明

シンプルなQRコードを生成するためのモデルコンテキストプロトコル(MCP)サーバー。カスタムQRコードスタイルをサポートします。

✨ 特徴

  • 🎨 カスタムQRコードスタイルをサポート
  • 🛠️ 使いやすい

📦 インストール

Smithery経由でインストール

Smithery経由で Claude Desktop 用の QRCode_MCP を自動的にインストールするには:

npx -y @smithery/cli install @1595901624/qrcode-mcp --client claude

手動インストール

  1. リポジトリのクローンを作成する
git clone https://github.com/1595901624/qrcode-mcp.git
  1. 依存関係をインストールする
pnpm install
  1. プロジェクトを構築する
pnpm run build

🔧 構成

Cline MCP設定ファイルに追加する

{ "mcpServers": { "qrcode-mcp": { "command": "node", "args": ["path/to/qrcode-mcp/build/index.js"], "disabled": false, "autoApprove": [] } } }

📝 使用方法

利用可能なツール

  • qrcode : QRコード画像パラメータを生成します:
    • text : QRコードにエンコードするテキスト(必須
    • size : QRコードのサイズ(オプション、デフォルトは256)
    • darkColor : ダークモジュールの色(オプション、デフォルトは#000000)
    • lightColor : ライトモジュールの色(オプション、デフォルトは#ffffff)
    • errorCorrectionLevel : エラー訂正レベル(オプション、デフォルトはM)
    • margin : QRコードの余白(オプション、デフォルトは4)

📝 開発

# Install dependencies npm install # Build the project npm run build # Development with auto-rebuild npm run watch

📝 ライセンス

このプロジェクトはMITライセンスの下で提供されています。詳細はLICENSEファイルをご覧ください。

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Tools

サイズ、色、エラー訂正、余白設定のオプションを使用してカスタマイズ可能な QR コードを生成する MCP サーバー。

  1. ✨ 特徴
    1. 📦 インストール
      1. Smithery経由でインストール
      2. 手動インストール
    2. 🔧 構成
      1. 📝 使用方法
        1. 利用可能なツール
      2. 📝 開発
        1. 📝 ライセンス

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            A server that connects large language models to QR code generation capabilities via Model Context Protocol, supporting multiple content types (URLs, WiFi credentials, contacts, text), output formats, and customization options.
            Last updated -
            687
            3
            TypeScript
            MIT License
          • A
            security
            F
            license
            A
            quality
            A simple and efficient MCP server that provides Base64 encoding and decoding functionality for both text and images with support for Data URL format.
            Last updated -
            4
            2
            Python
            • Linux
            • Apple
          • -
            security
            F
            license
            -
            quality
            This MCP server enables interactions with the PDF Generator API for creating, converting, and managing PDF documents using natural language commands.
            Last updated -
            Python

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/1595901624/qrcode-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server