A
securityA
license-
qualityA Model Context Protocol server that enables fetching and processing images from URLs, local file paths, and numpy arrays, returning them as base64-encoded strings with proper MIME types.
Last updated
1
18
MIT
Why this server?
This server is designed specifically for image handling. It fetches images from local file paths (as well as URLs and numpy arrays) and returns them as base64 encoded strings, which is essential for passing image data to other tools or services. Critically, it sets the MIME type correctly, fulfilling the requirement that a generic file read MCP would not.
Why this server?
While primarily designed for screenshots, this server indirectly fulfills the request. If an image path points to an image file, the tool can take a "screenshot" of that file and serve it with the correct MIME type, whereas a generic file read tool cannot.