Image Processor Mcp
@pansuriyadhvanil
About Image Processor Mcp
An MCP server that provides tools for downloading, compressing, optimizing images, and extracting text via OCR. Built using the Model Context Protocol (MCP), this server enables AI assistants to download images from URLs or search, compress and convert images with various format
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"image-processor-mcp": {
"command": "npx",
"args": [
"-y",
"image-processor-mcp"
],
"env": {
"IMAGE_SEARCH_API_KEY": "<YOUR_API_KEY>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Image Processor Mcp?
Image Processor Mcp is a Model Context Protocol server that provides tools for downloading, compressing, optimizing images, and extracting printed text via OCR. It enables AI assistants to perform these tasks programmatically, supporting operations like batch processing, format conversion, and filename synchronization.
How to use Image Processor Mcp?
Install Node.js 18 or higher, then configure the server with an MCP host. Use the provided tools—download_image, compress_image, compress_directory, sync_filenames, extract_text, and get_acknowledgement—by passing required parameters. An optional IMAGE_SEARCH_API_KEY environment variable enables keyword-based image search via Pexels.
Key features of Image Processor Mcp
- Download images from URLs or search by keyword (Pexels integration)
- Compress/convert single images to 10 output formats (WebP, AVIF, JPEG, etc.)
- Recursive compression to target file size with configurable quality and effort
- Batch process entire directories preserving folder structure with auto-generated reports
- Sync filename references across project files after compression
- Extract printed text via local OCR (100+ languages, no cloud calls)
Use cases of Image Processor Mcp
- Compress and convert images for web performance optimization
- Batch convert an entire image directory to WebP with automatic report generation
- Update all filenames in source code (HTML, CSS, JS) after converting PNG to WebP
- Extract printed text from scanned documents or screenshots
- Download high-quality images from Pexels and immediately resize and compress them
FAQ from Image Processor Mcp
What output formats are supported for image compression?
The server supports 10 formats: WebP, AVIF, JPEG, PNG, TIFF, GIF, HEIF, JPEG 2000, JPEG XL, and PDF.
Can OCR extract handwritten text?
No—Tesseract OCR is designed for printed text only. Handwritten text is not supported.
Where are auto-generated reports saved?
All reports and mapping files are stored in a .image-processor-mcp/ directory at the project root, organized into reports/, mappings/, and syncs/ subdirectories.
What are the system requirements?
Node.js version 18 or higher and an NPM-compatible package manager. No external APIs are needed except for image search (optional Pexels key).
How does filename synchronization ensure safety?
sync_filenames validates that the mapping JSON file is timestamp-paired with a compression report before applying any replacements. It also supports dry-run mode to preview changes.
More Media & Design MCP servers
YouTube Transcript Server
kimtaeyoon83This is an MCP server that allows you to directly download transcripts of YouTube videos.
yt-dlp-mcp
kevinwattA Model Context Protocol (MCP) server that bridges Video & Audio content with Large Language Models using yt-dlp.
Vibe Design System
mondaycom🎨 Vibe Design System - Official monday.com UI resources for application development in React.js
Weather API MCP Server
TuanKiriA lightweight Model Context Protocol (MCP) server that enables AI assistants like Claude to retrieve and interpret real-time weather data. Discuss on Hacker News:
YouTube MCP Server
ZubeidHendricksMCP Server for YouTube API, enabling video management, Shorts creation, and advanced analytics
Comments