Skip to main content
Glama

Image Viewer MCP

by itrimble

display-image

Render an image from the local filesystem by providing its path. The tool converts the image to base64 data, enabling it to be displayed directly in conversations for visual interaction and analysis.

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