mcp-image-reader

1.0.9 • Public • Published

ImageReader

ImageReader is a Model Context Protocol (MCP) server that reads image files and converts them to Base64-encoded data for AI models. This tool allows AI models to analyze and process images from the local file system.

Features

  • Image Reading: Reads image files from the local file system
  • Base64 Encoding: Converts images to Base64 format
  • Multiple Format Support: Supports various image formats including JPG, PNG, etc.
  • Absolute and Relative Paths: Supports both absolute and relative paths

Installation

{
    "mcpServers": {
        "image_reader": {
            "command": "npx",
            "args": [
                "-y",
                "mcp-image-reader"
            ]
        }
    }
}

Readme

Keywords

none

Package Sidebar

Install

npm i mcp-image-reader

Weekly Downloads

88

Version

1.0.9

License

MIT

Unpacked Size

4.79 kB

Total Files

3

Last publish

Collaborators

  • kim-seungtae