Skip to main content
Glama

Image Viewer MCP

by itrimble

display-image

Retrieve and display images from the filesystem by providing the image path. Returns base64-encoded data for rendering images directly in conversations or extracting metadata.

Instructions

Display an image from the filesystem. Returns the image as base64 data that Claude can render.

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