Skip to main content
Glama

Image Viewer MCP

by itrimble

image-info

Extract detailed metadata from image files, such as dimensions, format, and file size, without loading the full image data, using the Image Viewer MCP server.

Instructions

Get detailed information about an image file without loading the full image data

Input Schema

NameRequiredDescriptionDefault
imagePathYesPath to the image file (supports ~ for home directory)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "imagePath": { "description": "Path to the image file (supports ~ for home directory)", "type": "string" } }, "required": [ "imagePath" ], "type": "object" }
Install Server

Other Tools from Image Viewer MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/itrimble/image-viewer-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server