mcp-image-previewer
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-image-previewerpreview the base64 image"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-image-previewer
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)
Related MCP server: image-to-base64
Requirements
Node.js 18+
Installation
Claude Code
claude mcp add image-previewer -- npx mcp-image-previewerManual 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 |
| string | Yes | Base64-encoded image data |
| string | Yes | MIME type (e.g. |
show_window
Show or hide the preview window.
Parameter | Type | Required | Description |
| boolean | Yes |
|
stay_on_top
Set whether the preview window stays on top of other windows (X11/Windows only).
Parameter | Type | Required | Description |
| boolean | Yes |
|
Development
npm install
npm run build
npm startLicense
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Generate, render, and host Slidev presentations from markdown
- MochifyOAuthapp.mochify
Image and PDF toolkit: convert to AVIF/WebP/JXL, resize, crop, remove backgrounds, optimize PDFs.
Create, validate, edit, export (markdown/svg/png/mermaid), and search JSON Canvas files.
AI image + video generation for agents: --flag prompt DSL, async generate/poll, x402 pay-per-use.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides advanced image analysis capabilities including object recognition, OCR text extraction, and multi-turn visual dialogues using OpenAI-compatible APIs. It supports both local files and Base64 inputs with additional features for session persistence and web-based configuration management.3MIT
- FlicenseAqualityDmaintenanceConverts local images or remote image URLs to Base64 format via the MCP protocol, enabling AI assistants to process images.11-
- AlicenseAqualityBmaintenanceEnables image analysis, OCR, and text-to-image generation through OpenAI-compatible APIs. Supports local paths, URLs, or base64 images with configurable models and backup endpoints.3275 npmMIT
- FlicenseNot gradedqualityBmaintenanceEnables AI assistants to control Windows GUI by listing and focusing windows, capturing element snapshots via UIA/OCR/CDP, performing clicks/inputs/scrolls, verifying changes, waiting for screen updates, taking screenshots, and obtaining visual descriptions.2-