WebP Conversion MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@WebP Conversion MCP Serverconvert this image to webp format"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
WebP Conversion MCP Server
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@latestCursor mcp.json Configuration
{
"mcpServers": {
"webp-converter": {
"command": "npx",
"args": ["-y", "@xoy8n/webp-converter@latest"]
}
}
}Related MCP server: WebP Batch Converter
MCP Tool List
1. convert_to_webp
Converts a single image file to WebP format.
Parameters:
image_path: Path to the image file to convertbase_path: Base directory pathquality: 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 convertbase_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
Select the image files you want to convert.
Run the
convert_to_webporbatch_convert_to_webpcommand via the MCP tools.Check the conversion results.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceImage Tools MCP is a Model Context Protocol (MCP) service that retrieves image dimensions and compresses images from URLs and local files using the TinyPNG API. It supports converting images to formats like webp, jpeg/jpg, and png, providing detailed information on width, height, type, and compressi21110MIT
- AlicenseAqualityDmaintenanceAn MCP server that enables batch conversion of images to WebP format with configurable options like quality settings, lossless mode, and multi-threading support.16MIT
- AlicenseAqualityDmaintenanceEnables conversion between multiple image formats including JPG, PNG, WebP, GIF, BMP, TIFF, SVG, ICO, and AVIF with quality control and batch processing capabilities.4982MIT
- Alicense-qualityDmaintenanceEnables batch image compression and resizing using the TinyPNG API. Supports PNG, JPEG, WebP, and AVIF formats with detailed compression reports and multiple resize modes.542ISC
Related MCP Connectors
Convert files between 690+ formats: image, video, audio, documents, ebooks, archives. Free, no auth.
AI image processing: upscale, resize, crop, compress, convert file format, and generate SEO metadata
EPUB/PDF tools: merge, split, compress, convert, edit metadata, validate ebooks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/xoy8n/webp-converter'
If you have feedback or need assistance with the MCP directory API, please join our Discord server