WebP Image Converter
Convert images to the WebP format efficiently using this server. Enhance your applications by integrating fast and reliable image conversion capabilities. Simplify image processing workflows with a ready-to-use MCP server.
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install xoy8n/webp-converter -c claudeThis command will automatically install and configure the WebP Image Converter MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claudeAfter opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"WebP Image Converter": {
"command": "npx",
"args": [
"-y",
"@xoy8n/webp-converter@latest"
]
}
}
}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@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 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
Details:
Stars
0Forks
0Last commit
5 months agoRepository age
7 months
Auto-fetched from GitHub .
MCP servers similar to WebP Image Converter:
Stars
Forks
Last commit
Stars
Forks
Last commit
Stars
Forks
Last commit