Skip to main content
Glama

QRCode_MCP

📝 설명

간단한 QR 코드를 생성하기 위한 모델 컨텍스트 프로토콜(MCP) 서버입니다. 사용자 지정 QR 코드 스타일을 지원합니다.

✨ 특징

  • 🎨 사용자 정의 QR 코드 스타일 지원
  • 🛠️ 사용하기 쉽습니다

📦 설치

Smithery를 통해 설치

Smithery를 통해 Claude Desktop용 QRCode_MCP를 자동으로 설치하려면:

지엑스피1

수동 설치

  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 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스 파일을 참조하세요.

-
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