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ファイルをご覧ください。

-
security - not tested
A
license - permissive license
-
quality - not tested

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

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

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            An intelligent MCP server with a fully automated batch pipeline for web-ready images. Features include noise reduction, auto levels/curves, JPEG artifact removal, 4K resizing, smart sharpening with shadow/highlight enhancement, and advanced WebP conversion.
            Last updated -
            1
            5
            JavaScript
            MIT License
          • A
            security
            A
            license
            A
            quality
            A custom Memory MCP Server that acts as a cache for Infrastructure-as-Code information, allowing users to store, summarize, and manage notes with a custom URI scheme and simple resource handling.
            Last updated -
            23
            1
            Python
            MIT License
            • Apple
          • A
            security
            A
            license
            A
            quality
            A MCP server for managing and storing code snippets in various programming languages, allowing users to create, list, and delete snippets via a standardized interface.
            Last updated -
            3
            4
            JavaScript
            MIT License
          • A
            security
            A
            license
            A
            quality
            MCP Server for the Peacock extension for VS Code (https://peacockcode.dev), coloring your world, one Code editor at a time. The main goal of the project is to show how an MCP server can be used to interact with APIs.
            Last updated -
            1
            1,817
            1
            TypeScript
            MIT License
            • Linux
            • Apple

          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