Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Image Previewer

БесплатноНе проверен

Enables previewing base64-encoded images in a native GUI window using Slint, with support for window reuse, always-on-top, and show/hide functionality.

GitHubEmbed

Описание

Enables previewing base64-encoded images in a native GUI window using Slint, with support for window reuse, always-on-top, and show/hide functionality.

README

An MCP (Model Context Protocol) server that previews base64-encoded images in a native GUI window using Slint.

Features

  • Native GUI — Slint-based window, no Python or external runtime needed
  • Window reuse — Same window updates in-place across multiple images
  • Always-on-top — Optionally pin the preview window above other windows
  • Show/hide — Toggle window visibility without losing state
  • Format support — PNG, JPEG, WebP, GIF, TIFF, etc. (via sharp)

Requirements

  • Node.js 18+

Installation

Claude Code

claude mcp add image-previewer -- npx mcp-image-previewer

Manual configuration

Add to your MCP client configuration:

{
  "mcpServers": {
    "image-previewer": {
      "command": "npx",
      "args": ["mcp-image-previewer"]
    }
  }
}

Tools

preview_image

Display a base64-encoded image in the viewer window.

Parameter Type Required Description
data string Yes Base64-encoded image data
mimeType string Yes MIME type (e.g. image/png, image/jpeg)

show_window

Show or hide the preview window.

Parameter Type Required Description
visible boolean Yes true to show, false to hide

stay_on_top

Set whether the preview window stays on top of other windows (X11/Windows only).

Parameter Type Required Description
enabled boolean Yes true to enable, false to disable

Development

npm install
npm run build
npm start

License

MIT

from github.com/signal-slot/mcp-image-previewer

Установка Image Previewer

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/signal-slot/mcp-image-previewer

FAQ

Image Previewer MCP бесплатный?

Да, Image Previewer MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Image Previewer?

Нет, Image Previewer работает без API-ключей и переменных окружения.

Image Previewer — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Image Previewer в Claude Desktop, Claude Code или Cursor?

Открой Image Previewer на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Image Previewer with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории media