image-mcp-server
5
Image-MCP-Server is a server designed to process images by receiving either URLs or local file paths. Utilizing the GPT-4o-mini model, it provides detailed image analysis and recognition.
image-mcp-server
An MCP server that processes image URLs or local file paths to analyze image content using the GPT-4o-mini model.
Features
- Accepts image URLs or local file paths and provides detailed image analysis
- Conducts high-precision image recognition and description using GPT-4o-mini model
- Checks validity of image URLs
- Supports image loading from local files and Base64 encoding
Usage
analyze_image
: Analyzes content of an image from a URL.analyze_image_from_path
: Analyzes content of an image from a local file path.