MCPServers
Image Extractor - MCP server logo

Image Extractor

7
0

Summary

MCP Image Extractor is a server that enables AI models to process and analyze images by extracting them from URLs or base64-encoded data. It provides three main tools: extract_image_from_url for retrieving images from web sources, extract_image_from_base64 for processing already encoded images, and save_screenshot for storing images to disk. Built with TypeScript and using the Sharp library for image processing, it includes features like image resizing, format conversion, and domain filtering for security. The implementation can be deployed locally or via Docker, making it ideal for workflows where visual content analysis is needed within AI conversations.

Available Actions(3)

extract_image_from_file

Extracts an image from a local file and converts it to base64. Parameters: file_path (required): Path to the local image file.

extract_image_from_url

Extracts an image from a URL and converts it to base64. Parameters: url (required): URL of the image to extract.

extract_image_from_base64

Processes a base64-encoded image for LLM analysis. Parameters: base64 (required): Base64-encoded image data, mime_type (optional, default: 'image/png'): MIME type of the image.

Last Updated: May 31, 2025

커뮤니티 리뷰

0.0
0 리뷰
5
0
4
0
3
0
2
0
1
0

아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!

대화에 참여하려면 로그인하세요

Coming soon to
HighlightHighlight AI

언어

TypeScript

카테고리

태그