Enables listing and reading image files from a local directory, designed for integration with LLM agents.
The Image Reader provides an MCP server, built with FastMCP, that allows LLM agents to access and utilize local image files. It offers two key tools: `list_images`, which catalogs image files within a specified directory, and `read_image`, which retrieves the content of a specific image file. The server returns image content in base64 format, suitable for display by the consuming application. It supports common image formats and is designed to extend the capabilities of LLMs in tasks requiring image understanding or manipulation.