Replicate MCP Server

view_image

Display an image in the system's default web browser

Input Schema

NameRequiredDescriptionDefault
urlYesURL of the image to display

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "URL of the image to display", "type": "string" } }, "required": [ "url" ], "type": "object" }