📝 설명
간단한 QR 코드를 생성하기 위한 모델 컨텍스트 프로토콜(MCP) 서버입니다. 사용자 지정 QR 코드 스타일을 지원합니다.
✨ 특징
🎨 사용자 정의 QR 코드 스타일 지원
🛠️ 사용하기 쉽습니다
📦 설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop용 QRCode_MCP를 자동으로 설치하려면:
지엑스피1
수동 설치
저장소 복제
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 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스 파일을 참조하세요.
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 -