
Libvips Image Processing Server
by moeloubani
Professional-grade image processing with 300+ operations using libvips and wasm-vips for high-performance manipulation.
What it does
Connects AI assistants to the high-performance libvips image processing library. It allows for professional-grade image manipulation, including resizing, format conversion, and complex scientific operations, handling images larger than available RAM through efficient streaming.
Tools
image_info: Extract detailed metadata, dimensions, and color space information.image_resize: Scale images with flexible fit modes (cover, contain, etc.).image_convert: Change image formats (JPEG, PNG, WebP, AVIF, HEIF) with quality control.image_crop: Precisely extract rectangular regions.image_blur/image_sharpen: Apply Gaussian blur or unsharp masking.image_composite: Layer multiple images using various blend modes.image_morphology: Advanced erosion, dilation, opening, and closing via wasm-vips.image_edge_detection: Apply Sobel, Prewitt, and Laplacian filters.image_fft: Perform Fast Fourier Transforms for frequency domain analysis.
Installation
{
"servers": {
"libvips": {
"command": "npx",
"args": ["@moeloubani/libvips-mcp-server"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx @moeloubani/libvips-mcp-serverInformation
- Pricing
- free
- Published
- 5/2/2026





