mcp-image-extractor

mcp-image-extractor

3.4

If you are the rightful owner of mcp-image-extractor and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP Image Extractor is a server designed to extract and convert images to base64 format for LLM analysis.

The MCP Image Extractor server is a specialized tool for AI assistants, enabling them to efficiently handle image data. It provides functionalities to extract images from local files, URLs, and process base64-encoded images, converting them into a format suitable for analysis by large language models (LLMs). The server is particularly useful in scenarios where image data needs to be analyzed, such as evaluating screenshots from playwright test results. The server ensures that all images are resized to optimal dimensions (maximum 512x512) to limit the size of the base64 output and optimize the context window usage for LLMs. This makes it a versatile tool for developers and AI practitioners who need to integrate image processing capabilities into their workflows.

Features

  • Extract images from local files and convert to base64.
  • Extract images from URLs and convert to base64.
  • Process base64-encoded images for LLM analysis.
  • Automatic resizing of images to optimal dimensions (max 512x512).
  • Seamless integration with AI assistants for image analysis.

Tools

  1. extract_image_from_file

    Extract images from local files and convert them to base64 encoding

  2. extract_image_from_url

    Extract the image from the URL and convert it to base64 encoding

  3. extract_image_from_base64

    Process base64 encoded image data