mcp-image-extractor

mcp-image-extractor

5

The MCP Image Extractor is a server that helps AI assistants extract and convert images into base64 format for LLM analysis. It supports extracting images from local files, URLs, and processing base64-encoded images while resizing them for optimization.

MCP Image Extractor

MCP server for extracting and converting images to base64 for LLM analysis.

This MCP server provides tools for AI assistants to:

  • Extract images from local files
  • Extract images from URLs
  • Process base64-encoded images

Suitable cases:

  • analyze playwright test results: screenshots

Available Tools

extract_image_from_file

Extracts an image from a local file and converts it to base64.

extract_image_from_url

Extracts an image from a URL and converts it to base64.

extract_image_from_base64

Processes a base64-encoded image for LLM analysis.