📝 説明
シンプルなQRコードを生成するためのモデルコンテキストプロトコル(MCP)サーバー。カスタムQRコードスタイルをサポートします。
✨ 特徴
🎨 カスタムQRコードスタイルをサポート
🛠️ 使いやすい
📦 インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の QRCode_MCP を自動的にインストールするには:
npx -y @smithery/cli install @1595901624/qrcode-mcp --client claude
手動インストール
リポジトリのクローンを作成する
git clone https://github.com/1595901624/qrcode-mcp.git
依存関係をインストールする
pnpm install
プロジェクトを構築する
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ファイルをご覧ください。
Tools
サイズ、色、エラー訂正、余白設定のオプションを使用してカスタマイズ可能な QR コードを生成する MCP サーバー。
Related Resources
Related MCP Servers
- -securityAlicense-qualityA 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 -1994MIT License
- AsecurityAlicenseAqualityMCP Server for running code snippet and show the result.Last updated -1710204MIT License
- AsecurityFlicenseAqualityA 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 -43
- -securityFlicense-qualityThis MCP server enables interactions with the PDF Generator API for creating, converting, and managing PDF documents using natural language commands.Last updated -