Skip to main content
Glama

WebPerfect MCP Server

WebPerfect MCP 서버

웹 지원 이미지를 위한 완전 자동화된 일괄 처리 파이프라인을 갖춘 지능형 MCP 서버입니다. 노이즈 감소, 자동 레벨/곡선, JPEG 아티팩트 제거, 4K 크기 조정, 그림자/강조 강조 기능을 갖춘 스마트 선명 효과, 고급 WebP 변환 등의 기능을 제공합니다. 최적화된 압축 기능으로 품질 저하 없이 더 작은 파일을 제공합니다.

특징

고급 이미지 처리 파이프라인

  1. 중앙 필터링을 이용한 강력한 노이즈 감소
  2. 이미지 엔트로피 기반 지능형 자동 레벨 및 곡선
  3. 변조 및 선명도를 통한 고급 텍스처 향상
  4. 스마트한 해상도 최적화(최대 4K)
  5. 최적화된 WebP 변환

도구

process_images

고급 향상 기능을 사용하여 여러 장의 이미지를 처리하고 최적화합니다.

지엑스피1

자원

리소스 템플릿
  • logs/{date} : 날짜별(YYYY-MM-DD) 처리 로그에 액세스합니다.
    { "date": "2024-01-20", "entries": [{ "timestamp": "2024-01-20T10:00:00Z", "imagesProcessed": 15, "totalInputSize": "5.2MB", "totalOutputSize": "1.1MB", "compressionRatio": "78.8%", "averageProcessingTime": "1.2s" }] }
  • stats/monthly/{month} : 월별 통계(YYYY-MM)
    { "month": "2024-01", "totalImagesProcessed": 450, "averageCompressionRatio": "82%", "popularFormats": { "input": ["JPEG", "PNG"], "output": ["WebP"] }, "totalStorageSaved": "150MB" }
정적 리소스
  • stats/summary : 전체 처리 통계
    { "totalImagesProcessed": 5280, "averageCompressionRatio": "81%", "totalStorageSaved": "1.8GB", "popularEnhancements": [ "noise_reduction", "auto_levels_curves", "texture_enhancement" ], "performanceMetrics": { "averageProcessingTime": "1.5s", "peakThroughput": "45 images/minute" } }
  • config/optimization-presets : 사용 가능한 최적화 사전 설정
    { "presets": { "web_standard": { "maxWidth": 1920, "format": "webp", "quality": 85, "enhancements": ["noise_reduction", "auto_levels_curves"] }, "web_high_quality": { "maxWidth": 3840, "format": "webp", "quality": 90, "enhancements": [ "noise_reduction", "auto_levels_curves", "texture_enhancement" ] }, "thumbnail": { "maxWidth": 400, "format": "webp", "quality": 80, "enhancements": ["noise_reduction"] } } }

설치

  1. 저장소를 복제합니다.
git clone https://github.com/splendasucks/webperfect-mcp-server.git cd webperfect-mcp-server
  1. 종속성 설치:
npm install
  1. 서버를 빌드하세요:
npm run build

Claude와 함께 사용

  1. Claude MCP 설정에 서버를 추가합니다(일반적으로 claude_desktop_config.json 에 있음):
{ "mcpServers": { "webperfect": { "command": "node", "args": ["/path/to/webperfect-mcp-server/build/index.js"], "env": {} } } }
  1. MCP 서버를 로드하려면 Claude를 다시 시작하세요.
  2. 서버는 Claude의 MCP 도구와 리소스를 통해 사용할 수 있습니다.
// Process a batch of images <use_mcp_tool> <server_name>webperfect</server_name> <tool_name>process_images</tool_name> <arguments> { "inputDir": "/path/to/input", "outputDir": "/path/to/output" } </arguments> </use_mcp_tool> // Access processing statistics <access_mcp_resource> <server_name>webperfect</server_name> <uri>stats/summary</uri> </access_mcp_resource>

요구 사항

  • 노드.js >= 16
  • 샤프 이미지 처리 라이브러리
  • 모델 컨텍스트 프로토콜 SDK

특허

MIT

You must be authenticated.

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

local-only server

The server can only run on the client's local machine because it depends on local resources.

웹 지원 이미지를 위한 완전 자동화된 일괄 처리 파이프라인을 갖춘 지능형 MCP 서버입니다. 노이즈 감소, 자동 레벨/곡선, JPEG 아티팩트 제거, 4K 크기 조정, 그림자/강조 강조 기능을 갖춘 스마트 선명 효과, 고급 WebP 변환 등의 기능을 제공합니다.

  1. 특징
    1. 고급 이미지 처리 파이프라인
    2. 도구
    3. 자원
  2. 설치
    1. Claude와 함께 사용
      1. 요구 사항
        1. 특허

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            A powerful MCP server for fetching and transforming web content into various formats (HTML, JSON, Markdown, Plain Text) with ease.
            Last updated -
            4
            146
            12
            TypeScript
            MIT License
            • Apple
            • Linux
          • -
            security
            A
            license
            -
            quality
            An MCP server for analyzing images using OpenRouter vision models, offering capabilities like automatic image resizing, model configuration, and handling custom queries about images.
            Last updated -
            5
            JavaScript
            MIT License
          • -
            security
            A
            license
            -
            quality
            The Comfy MCP Server uses the FastMCP framework to generate images from prompts by interacting with a remote Comfy server, allowing automated image creation based on workflow configurations.
            Last updated -
            7
            Python
            MIT License
          • A
            security
            A
            license
            A
            quality
            An MCP Server that integrates with Stability AI's API to provide high-quality image generation, editing, and manipulation capabilities including background removal, outpainting, search-and-replace, and upscaling.
            Last updated -
            13
            35
            55
            TypeScript
            MIT License
            • 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/splendasucks/webperfect-mcp-server'

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