mcp-images
If you are the rightful owner of mcp-images 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.
A Model Context Protocol (MCP) server that provides tools for fetching and processing images from URLs, local file paths, and numpy arrays.
The MCP Server - Image is designed to efficiently fetch and process images from various sources, including URLs, local file paths, and numpy arrays. It features a tool called fetch_images that returns images as base64-encoded strings along with their MIME types. This server is particularly useful for applications that require image processing capabilities, such as web applications, data analysis, and machine learning projects. The server supports automatic image compression for large images, parallel processing of multiple images, and comprehensive error handling and logging. It is built to be compatible with different platforms and can be easily integrated into existing workflows.
Features
- Fetch images from URLs (http/https)
- Load images from local file paths
- Automatic image compression for large images (>1MB)
- Parallel processing of multiple images
- Comprehensive error handling and logging