Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

WebP Conversion Server

БесплатноНе проверен

Converts PNG, JPG, and JPEG images to WebP format with configurable quality and lossless compression, supporting single and batch conversion.

GitHubEmbed

Описание

Converts PNG, JPG, and JPEG images to WebP format with configurable quality and lossless compression, supporting single and batch conversion.

README

This project is a Model Context Protocol (MCP) server that converts image files to WebP format.

Features

  • Convert PNG, JPG, and JPEG files to WebP
  • Support for single image or batch image conversion
  • Option to configure quality and lossless compression
  • Option to keep original files
  • Provides a detailed report of the conversion result

Installation & Execution

npx -y @xoy8n/webp-converter@latest

Cursor mcp.json Configuration

{
  "mcpServers": {
    "webp-converter": {
      "command": "npx",
      "args": ["-y", "@xoy8n/webp-converter@latest"]
    }
  }
}

MCP Tool List

1. convert_to_webp

Converts a single image file to WebP format.

Parameters:

  • image_path: Path to the image file to convert
  • base_path: Base directory path
  • quality: WebP quality setting (default: 95)
  • lossless: Whether to use lossless compression (default: false)
  • keep_original: Whether to retain the original file (default: false)

Returns:

  • Conversion success status
  • Input/output file paths
  • File size before/after conversion
  • Applied quality and compression settings

2. batch_convert_to_webp

Converts multiple image files to WebP format in one go.

Parameters:

  • image_paths: Array of paths to image files to convert
  • base_path: Base directory path (optional)
  • quality: WebP quality setting (default: 95)
  • lossless: Whether to use lossless compression (default: false)
  • keep_original: Whether to retain the original files (default: false)

Returns:

  • Array of conversion results for each image file

How to Use

  1. Select the image files you want to convert.
  2. Run the convert_to_webp or batch_convert_to_webp command via the MCP tools.
  3. Check the conversion results.

MCP Badge

License

MIT

from github.com/xoy8n/webp-converter

Установка WebP Conversion Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/xoy8n/webp-converter

FAQ

WebP Conversion Server MCP бесплатный?

Да, WebP Conversion Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для WebP Conversion Server?

Нет, WebP Conversion Server работает без API-ключей и переменных окружения.

WebP Conversion Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить WebP Conversion Server в Claude Desktop, Claude Code или Cursor?

Открой WebP Conversion Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare WebP Conversion Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development