Skip to main content

Model Context Protocol Server for Image File Format Conversion

Project description

Image Convertor MCP

A Model Context Protocol (MCP) server that provides comprehensive image conversion and processing tools.

Features

  • General Image Conversion: Convert between various image formats (JPEG, PNG, BMP, TIFF, ICO, WEBP, HEIC/HEIF, AVIF, GIF)
  • Batch Processing: Convert entire folders of images to a target format
  • GIF Creation: Convert multiple images to animated GIFs with customization options
  • PDF Generation: Combine multiple images into a single PDF document
  • Smart Naming: Automatic file naming with duplicate prevention
  • Format Detection: Auto-detect input image formats
  • Quality Control: Optimize ICO files with multiple resolutions

Installation

From PyPI

pip install image-convertor-mcp

Development Installation

git clone https://github.com/beta/image-convertor-mcp
cd image-convertor-mcp
pip install -e .

Configuration

No special configuration required. The server runs with default settings.

Example MCP Configuration

{
  "mcpServers": {
    "Image Convertor MCP": {
      "command": "uvx",
      "args": ["image-convertor-mcp"],
      "env": {}
    }
  }
}

Available Tools

General Image Conversion

  • auto_convert_image(input_path:str, target_format:str, output_dir:str=None, file_name:str=None) - Convert a single image to target format
  • auto_convert_folder(input_folder:str, target_format:str, output_dir:str=None) - Convert all images in a folder to target format

GIF Creation

  • convert_images_to_gif(input_folder:str, custom_name:str=None, duration:int=100, loop:int=0, color_mode:str="RGB", color_count:int=256, brightness:float=1.0, contrast:float=1.0, saturation:float=1.0, ping_pong:bool=False, easing:str="none", easing_strength:float=1.0) - Convert multiple images to animated GIF

PDF Generation

  • convert_images_to_pdf(input_folder:str, output_dir:str=None, output_name:str=None, sort_order:str="alphabetical", page_size:str="A4", dpi:int=300, fit_to_page:bool=True, center_image:bool=True, background_color:str="white") - Combine multiple images into PDF

Supported Formats

Input Formats

  • JPEG (.jpg, .jpeg)
  • PNG (.png)
  • BMP (.bmp)
  • TIFF (.tif, .tiff)
  • ICO (.ico)
  • WEBP (.webp)
  • HEIC/HEIF (.heic, .heif)
  • AVIF (.avif)
  • GIF (.gif)

Output Formats

  • JPEG (.jpg)
  • PNG (.png)
  • BMP (.bmp)
  • TIFF (.tif)
  • ICO (.ico)
  • WEBP (.webp)
  • HEIC/HEIF (.heic)
  • AVIF (.avif)
  • GIF (.gif)
  • PDF (.pdf)

Usage

Command Line

image-convertor-mcp

As MCP Server

The server runs over stdio and can be integrated with any MCP-compatible client.

Requirements

  • Python 3.9+
  • Pillow (PIL) for image processing
  • pillow-heif for HEIC/HEIF support
  • reportlab for PDF generation
  • Internet connection (for some format conversions)

Changelog

Version 0.1.3

  • Bug Fix: Fixed argument error in MCP tool execution that was preventing tools from running
  • Bug Fix: Removed problematic wrapper functions that were causing parameter passing issues
  • Maintenance: Cleaned up unused imports and simplified tool execution flow

Version 0.1.2

  • Bug Fix: Fixed MCP server completion issue where tools would appear "stuck" in processing state
  • Bug Fix: Resolved alternating success/failure pattern in tool execution
  • Performance: Optimized memory usage and resource management
  • Reliability: Added comprehensive error handling and completion guarantees
  • Monitoring: Enhanced logging and debugging capabilities
  • Resource Management: Added explicit cleanup and garbage collection

Version 0.1.1

  • Initial release with core image conversion functionality

License

This project is licensed under the MIT License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

image_convertor_mcp-0.1.3.tar.gz (19.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

image_convertor_mcp-0.1.3-py3-none-any.whl (22.7 kB view details)

Uploaded Python 3

File details

Details for the file image_convertor_mcp-0.1.3.tar.gz.

File metadata

  • Download URL: image_convertor_mcp-0.1.3.tar.gz
  • Upload date:
  • Size: 19.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for image_convertor_mcp-0.1.3.tar.gz
Algorithm Hash digest
SHA256 e6410e8dd401592c79dda4732fdd9eae24f2ea27a7dd8c13ba146397045b06be
MD5 2383e7c2cbb9f926e8f82d68fcdea39b
BLAKE2b-256 a72490eaa243f473fc079331a04dcc55a27c6cd08cefaaf92bc2327c6eef2e67

See more details on using hashes here.

File details

Details for the file image_convertor_mcp-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for image_convertor_mcp-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 62a75adc674310b771ae4cfd4f58dddbb953b6a5ceda0fc15759adb9f40be925
MD5 fce8130ccec4913f416da4681fc9295c
BLAKE2b-256 55619b156346f1ce66039152fa74c5e4701a3cfa7c87b9fe16ed16127f6bd9b4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page